Changeset 3414

Show
Ignore:
Timestamp:
09/05/2008 04:16:45 PM (3 months ago)
Author:
Shadowhand
Message:

Fixing #817, thanks clasen!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/classes/kohana.php

    r3386 r3414  
    258258                        } 
    259259 
    260                         if (IN_PRODUCTION AND $class->getConstant('ALLOW_PRODUCTION') == FALSE) 
     260                        if ($class->isAbstract() OR (IN_PRODUCTION AND $class->getConstant('ALLOW_PRODUCTION') == FALSE)) 
    261261                        { 
    262262                                // Controller is not allowed to run in production