- Timestamp:
- 09/05/2008 04:18:12 PM (3 months ago)
- Files:
-
- 1 modified
-
tags/2.2.1/system/core/Kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/2.2.1/system/core/Kohana.php
r3283 r3415 257 257 } 258 258 259 if ( IN_PRODUCTION AND $class->getConstant('ALLOW_PRODUCTION') == FALSE)259 if ($class->isAbstract() OR (IN_PRODUCTION AND $class->getConstant('ALLOW_PRODUCTION') == FALSE)) 260 260 { 261 261 // Controller is not allowed to run in production
