commit | 4003718f35247ef9b4a8d678389bda639677bac7 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Wed Oct 11 19:16:58 2006 +0000 |
committer | admin <devnull@localhost> | Wed Oct 11 19:16:58 2006 +0000 |
tree | 9cb7a9a559b5adfc4f5c6139078b4753aecb544d | |
parent | 2799120c10b8d2544dd71e37b3a48c1eaa834c48 [diff] [blame] |
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 938c46e..88ab461 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php
@@ -75,8 +75,7 @@ { $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)