Changeset 3415 for tags

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

Merged r3414 into tags/2.2.1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/2.2.1/system/core/Kohana.php

    r3283 r3415  
    257257                        } 
    258258 
    259                         if (IN_PRODUCTION AND $class->getConstant('ALLOW_PRODUCTION') == FALSE) 
     259                        if ($class->isAbstract() OR (IN_PRODUCTION AND $class->getConstant('ALLOW_PRODUCTION') == FALSE)) 
    260260                        { 
    261261                                // Controller is not allowed to run in production