Typo error

This commit is contained in:
nuxsmin
2014-02-06 16:26:38 +01:00
parent 1d684e7368
commit 32998bee23

View File

@@ -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();
SP_Init::init();