Making sure we don't require Spyc 2 times.
This commit is contained in:
parent
c9658cb29b
commit
16a0aaebcf
@ -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 $
|
||||||
|
Loading…
x
Reference in New Issue
Block a user