Changeset 1755

Show
Ignore:
Timestamp:
01/20/2008 05:15:20 PM (12 months ago)
Author:
Shadowhand
Message:

Small optimization.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Controller.php

    r1754 r1755  
    1616        public function __construct() 
    1717        { 
    18                 if (empty(Kohana::$instance)) 
     18                if (Kohana::$instance === NULL) 
    1919                { 
    2020                        // Set the instance to the first controller loaded