From c27d5015f786538b6f3c31f1838ac09aae8736fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Feb 2017 14:50:38 +0100 Subject: php-zendframework-zendservice-recaptcha: 3.0.0 --- php-zendframework-zendservice-recaptcha-autoload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-zendframework-zendservice-recaptcha-autoload.php') 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, -- cgit