diff --git a/pickles.php b/pickles.php index cce0ca0..df25119 100644 --- a/pickles.php +++ b/pickles.php @@ -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 {