From: Andrey Kutejko Date: Tue, 13 Aug 2013 06:20:48 +0000 (+0300) Subject: php 5.2 friendly autoloader X-Git-Tag: 0.5~61 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=0df695555c42fd4e35e86537bf12dd1e147dc465;p=ipf.git php 5.2 friendly autoloader --- diff --git a/ipf.php b/ipf.php index 0505f2e..5b378cf 100644 --- a/ipf.php +++ b/ipf.php @@ -173,7 +173,7 @@ class IPF_ClassLoader $this->classMap = require $vendor_path . '/composer/autoload_classmap.php'; - spl_autoload_register(array($this, 'load'), true, true); + spl_autoload_register(array($this, 'load'), true); } public function load($class)