[Pkg-owncloud-commits] [owncloud] 28/153: \InvalidArgumentException is in root namespace.
David Prévot
taffit at moszumanska.debian.org
Tue May 27 03:05:31 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 e67cf99cef596da7db5171730523e110a1a055d0
Author: Andreas Fischer <bantu at owncloud.com>
Date: Mon Mar 31 18:20:24 2014 +0200
\InvalidArgumentException is in root namespace.
---
core/command/db/converttype.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php
index 99f2807..b445378 100644
--- a/core/command/db/converttype.php
+++ b/core/command/db/converttype.php
@@ -153,7 +153,7 @@ class ConvertType extends Command {
$password = $input->getOption('password');
if (!isset(self::$type2driver[$type])) {
- throw new InvalidArgumentException('Unknown type: '.$type);
+ throw new \InvalidArgumentException('Unknown type: '.$type);
}
$connectionParams = array(
'driver' => self::$type2driver[$type],
--
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