Compare commits

...

1 commit

Author SHA1 Message Date
Joshua Sherman
8752540f31 Fixed the case sensitivity issue on this branch.
Just a bug fix, happened months ago but I deleted the branch.
2014-01-17 10:50:59 -05:00

View file

@ -140,7 +140,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
{