Typo error

This commit is contained in:
nuxsmin
2014-02-06 16:06:00 +01:00
parent 81e49fdf5e
commit 9a31bbd1ff

View File

@@ -45,7 +45,6 @@ class SP_Init {
$classfile = dirname(__FILE__)."/$class.class.php";
//error_log('Cargando clase: '.$classfile);
locale
if (file_exists($classfile)) {
include_once ($classfile);
}