diff options
author | admin <devnull@localhost> | 2006-10-11 21:16:58 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-11 21:16:58 +0200 |
commit | 4003718f35247ef9b4a8d678389bda639677bac7 (patch) | |
tree | 9cb7a9a559b5adfc4f5c6139078b4753aecb544d /system/libraries/Controller.php | |
parent | 2799120c10b8d2544dd71e37b3a48c1eaa834c48 (diff) |
Diffstat (limited to 'system/libraries/Controller.php')
-rw-r--r-- | system/libraries/Controller.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 938c46e4c..88ab46164 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php @@ -75,8 +75,7 @@ class Controller extends CI_Base { { $this->$var =& load_class($class); } - - + // In PHP 5 the Controller class is run as a discreet // class. In PHP 4 it extends the Controller if (floor(phpversion()) >= 5) |