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/core/Exceptions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'system/core/Exceptions.php') diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php index 26b24ef17..32cb77baf 100644 --- a/system/core/Exceptions.php +++ b/system/core/Exceptions.php @@ -50,9 +50,8 @@ class CI_Exceptions { /** * Constructor - * */ - function CI_Exceptions() + public function __construct() { $this->ob_level = ob_get_level(); // Note: Do not log messages from this constructor. -- cgit v1.2.3-24-g4f1b