[Pkg-owncloud-commits] [owncloud] 01/01: Update PhpParser actual autoloader

David Prévot taffit at moszumanska.debian.org
Mon Apr 20 20:22:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch wip/stable8
in repository owncloud.

commit 4a7960af12ec6f95fe2fbbe2b56feb1590453ffc
Author: David Prévot <taffit at debian.org>
Date:   Mon Apr 20 16:21:48 2015 -0400

    Update PhpParser actual autoloader
    
    Git-Dch: Ignore
---
 debian/autoload.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/autoload.php b/debian/autoload.php
index 069d454..937e67b 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -18,7 +18,7 @@ require_once 'Symfony/Component/EventDispatcher/autoload.php';
 require_once 'Symfony/Component/Routing/autoload.php';
 require_once 'Symfony/Component/Process/autoload.php';
 require_once 'Pimple/autoload.php';
-// require_once 'PhpParser/Autoloader.php'; (already required by SuperClosure)
+// require_once 'PhpParser/bootstrap.php'; (already required by SuperClosure)
 require_once 'Icewind/Streams/autoload.php';
 require_once 'Swift/swift_required.php';
 require_once 'GuzzleHttp/autoload.php';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list