[Pkg-owncloud-commits] [owncloud] 194/199: Require phpmailer from autoload
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 911f5f56f38fb902c23fd0e20e146c39854f6638
Author: David Prévot <taffit at debian.org>
Date: Sat May 31 21:29:53 2014 -0400
Require phpmailer from autoload
---
debian/autoload.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/autoload.php b/debian/autoload.php
index e46f58f..9366dfb 100644
--- a/debian/autoload.php
+++ b/debian/autoload.php
@@ -9,3 +9,4 @@ use Symfony\Component\ClassLoader\ClassLoader;
$loader = new ClassLoader();
$loader->setUseIncludePath(true);
$loader->register();
+require_once 'libphp-phpmailer/class.phpmailer.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