From 9a31bbd1ff6e82a454743b493dca7b95367d7f50 Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Thu, 6 Feb 2014 16:06:00 +0100 Subject: [PATCH] Typo error --- inc/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/init.php b/inc/init.php index 08e27ff5..10f0b07d 100644 --- a/inc/init.php +++ b/inc/init.php @@ -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); }