From a926328583e7ffdaaac7daf2f87810d842423f21 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Wed, 10 Nov 2010 15:26:43 -0600 Subject: Changing all class constructors to __construct() --- system/libraries/Log.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system/libraries/Log.php') diff --git a/system/libraries/Log.php b/system/libraries/Log.php index d4a687191..6d44cfa4b 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -34,10 +34,8 @@ class CI_Log { /** * Constructor - * - * @access public */ - function CI_Log() + public function __construct() { $config =& get_config(); -- cgit v1.2.3-24-g4f1b