1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Making sure we don't require Spyc 2 times.

This commit is contained in:
Jonathan.Wage 2007-09-13 21:49:04 +00:00
parent c9658cb29b
commit 16a0aaebcf

View File

@ -1,5 +1,7 @@
<?php <?php
require_once('spyc.php'); if (!class_exists('Spyc')) {
require_once('spyc.php');
}
/* /*
* $Id: Yml.php 1080 2007-02-10 18:17:08Z jwage $ * $Id: Yml.php 1080 2007-02-10 18:17:08Z jwage $