From 32998bee23ea2f95ce338a04db15ba7fdfcd4c14 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Thu, 6 Feb 2014 16:26:38 +0100 Subject: [PATCH] Typo error --- inc/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/init.php b/inc/init.php index 22a5b052..05e8c596 100644 --- a/inc/init.php +++ b/inc/init.php @@ -40,7 +40,7 @@ class SP_Init { * SPL autoload */ public static function autoload($classname){ - $class = str_replace("sp_", '', strtolower($classname));; + $class = str_replace("sp_", '', strtolower($classname)); $classfile = dirname(__FILE__)."/$class.class.php"; //error_log('Cargando clase: '.$classfile); @@ -457,4 +457,4 @@ $memInit = memory_get_usage(); $time_start = SP_Init::microtime_float(); // Inicializar sysPass -SP_Init::init(); \ No newline at end of file +SP_Init::init();