Making sure we don't require Spyc 2 times.
This commit is contained in:
parent
c9658cb29b
commit
16a0aaebcf
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
require_once('spyc.php');
|
||||
if (!class_exists('Spyc')) {
|
||||
require_once('spyc.php');
|
||||
}
|
||||
|
||||
/*
|
||||
* $Id: Yml.php 1080 2007-02-10 18:17:08Z jwage $
|
||||
|
|
Loading…
Add table
Reference in a new issue