Merge branch 'master' of github.com:joshtronic/pickles
This commit is contained in:
commit
408f3cdfa3
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue