diff options
Diffstat (limited to 'system/core/Lang.php')
-rw-r--r-- | system/core/Lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Lang.php b/system/core/Lang.php index a53a20215..e7867b354 100644 --- a/system/core/Lang.php +++ b/system/core/Lang.php @@ -34,7 +34,7 @@ class CI_Lang { * * @access public */ - function CI_Lang() + function __construct() { log_message('debug', "Language Class Initialized"); } |