[Pkg-owncloud-commits] [owncloud] 58/63: Update autoload for External storage support
David Prévot
taffit at moszumanska.debian.org
Tue Dec 22 16:51:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8.0
in repository owncloud.
commit c3a310111fd937b8161f74b6a9dcc3fc2073ef35
Author: David Prévot <taffit at debian.org>
Date: Tue Dec 22 11:42:40 2015 -0400
Update autoload for External storage support
---
debian/autoload.php | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/autoload.php b/debian/autoload.php
index bf29409..dc1925b 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -19,6 +19,9 @@ require_once 'Patchwork/JSqueeze.autoload.php';
if (stream_resolve_include_path('Aws/autoload.php')){
include_once 'Aws/autoload.php';
}
+if (stream_resolve_include_path('Google/autoload.php')){
+ include_once 'Google/autoload.php';
+}
// Load bantu/ini-get-wrapper, pear/archive_tar, and pear/pear_exception,
// as generated via phpab:
--
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