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();