Commit 16a0aaeb authored by Jonathan.Wage's avatar Jonathan.Wage

Making sure we don't require Spyc 2 times.

parent c9658cb2
<?php
require_once('spyc.php');
if (!class_exists('Spyc')) {
require_once('spyc.php');
}
/*
* $Id: Yml.php 1080 2007-02-10 18:17:08Z jwage $
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment