diff options
Diffstat (limited to 'php-zendframework-zendservice-recaptcha-autoload.php')
-rw-r--r-- | php-zendframework-zendservice-recaptcha-autoload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-zendframework-zendservice-recaptcha-autoload.php b/php-zendframework-zendservice-recaptcha-autoload.php index a0a7585..65a608b 100644 --- a/php-zendframework-zendservice-recaptcha-autoload.php +++ b/php-zendframework-zendservice-recaptcha-autoload.php @@ -6,7 +6,7 @@ Inspired from https://github.com/zendframework/ZendSkeletonApplication Set autoregister_zf for Zend Framework Set fallback_autoloader for dependencies which are PSR-0 compliant */ -require_once '/usr/share/php/Zend//Loader/AutoloaderFactory.php'; +require_once '/usr/share/php/Zend/Loader/AutoloaderFactory.php'; Zend\Loader\AutoloaderFactory::factory(array( 'Zend\Loader\StandardAutoloader' => array( 'fallback_autoloader' => true, |