Fixed the case sensitivity issue on this branch.

Just a bug fix, happened months ago but I deleted the branch.
This commit is contained in:
Joshua Sherman 2014-01-17 10:50:59 -05:00
parent 0cbc1df48f
commit 8752540f31

View file

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