[Pkg-owncloud-commits] [owncloud] 06/83: add missing argument $query
David Prévot
taffit at moszumanska.debian.org
Wed Dec 18 13:05:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch 5.0
in repository owncloud.
commit 0b295d995286964135e8d93221fabda1a10880de
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Fri Nov 8 16:55:01 2013 +0100
add missing argument $query
---
lib/db.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/db.php b/lib/db.php
index 452c31b..d1d1eba 100644
--- a/lib/db.php
+++ b/lib/db.php
@@ -581,7 +581,7 @@ class OC_DB {
} else {
throw new DatabaseException('Please specify '
.'username and password when '
- .'connecting via SID as the hostname.');
+ .'connecting via SID as the hostname.', '');
}
}
--
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