1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Enabling spyc inclusion.

This commit is contained in:
Jonathan.Wage 2007-10-05 05:33:39 +00:00
parent 956c5dfe91
commit e7e153d948

View File

@ -1,5 +1,5 @@
<?php
//require_once('spyc.php');
require_once('spyc.php');
/*
* $Id: Yml.php 1080 2007-02-10 18:17:08Z jwage $
@ -72,4 +72,4 @@ class Doctrine_Parser_Yml extends Doctrine_Parser
return $array;
}
}
}