[Pkg-owncloud-commits] [owncloud] 13/153: Fix namespace for Exception

David Prévot taffit at moszumanska.debian.org
Tue May 27 03:05:27 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 ae525d1f125483dc14858938c5056f18d63f831e
Author: Bart Visscher <bartv at thisnet.nl>
Date:   Wed Feb 12 17:42:55 2014 +0100

    Fix namespace for Exception
---
 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 38527d3..5f59a6b 100644
--- a/core/command/db/converttype.php
+++ b/core/command/db/converttype.php
@@ -197,7 +197,7 @@ class ConvertType extends Command {
 			$this->config->setValue('dbhost', $dbhost);
 			$this->config->setValue('dbuser', $username);
 			$this->config->setValue('dbpassword', $password);
-		} catch(Exception $e) {
+		} catch(\Exception $e) {
 			$this->config->setValue('maintenance', false);
 			throw $e;
 		}

-- 
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