Changeset 3414
- Timestamp:
- 09/05/2008 04:16:45 PM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/classes/kohana.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/classes/kohana.php
r3386 r3414 258 258 } 259 259 260 if ( IN_PRODUCTION AND $class->getConstant('ALLOW_PRODUCTION') == FALSE)260 if ($class->isAbstract() OR (IN_PRODUCTION AND $class->getConstant('ALLOW_PRODUCTION') == FALSE)) 261 261 { 262 262 // Controller is not allowed to run in production
