Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
8752540f31 |
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue