Merge branch 'master' of github.com:joshtronic/pickles

This commit is contained in:
Josh Sherman 2013-12-24 17:38:51 -05:00
commit 408f3cdfa3

View file

@ -137,7 +137,7 @@ function __autoload($class)
if ($class == 'AYAH')
{
$loaded = require_once PICKLES_VENDOR_PATH . '/ayah/' . $filename;
$loaded = require_once PICKLES_VENDOR_PATH . 'ayah/' . strtolower($filename);
}
else
{