Update SPYC Library.

This commit is contained in:
Andrés Montañez
2014-03-16 12:29:09 -03:00
parent 5cc9c02c3e
commit fc3b7d87a5
2 changed files with 33 additions and 34 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ define('MAGALLANES_VERSION', '1.0.0');
define('MAGALLANES_DIRECTORY', $baseDir);
// Preload
require_once $baseDir . '/Mage/spyc.php';
require_once $baseDir . '/Mage/Spyc.php';
require_once $baseDir . '/Mage/Autoload.php';
spl_autoload_register(array('Mage\\Autoload', 'autoload'));