Rollback to old yaml parser.

This commit is contained in:
Andrés Montañez
2014-01-11 15:39:22 -02:00
parent a3171c59dd
commit ff54ded172
16 changed files with 1050 additions and 1781 deletions
+1
View File
@@ -17,6 +17,7 @@ define('MAGALLANES_VERSION', '1.0.0');
define('MAGALLANES_DIRECTORY', $baseDir);
// Preload
require_once $baseDir . '/Mage/spyc.php';
require_once $baseDir . '/Mage/Autoload.php';
spl_autoload_register(array('Mage\\Autoload', 'autoload'));