From 2f212733536c36a91c9ab85835ba430fd82344a6 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 1 Feb 2011 14:51:12 +0100 Subject: [PATCH] Add missing new. --- framework/Prefs/lib/Horde/Prefs/Storage/Sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Prefs/lib/Horde/Prefs/Storage/Sql.php b/framework/Prefs/lib/Horde/Prefs/Storage/Sql.php index c25e6b328..e8e8ddc52 100644 --- a/framework/Prefs/lib/Horde/Prefs/Storage/Sql.php +++ b/framework/Prefs/lib/Horde/Prefs/Storage/Sql.php @@ -63,7 +63,7 @@ class Horde_Prefs_Storage_Sql extends Horde_Prefs_Storage_Base try { $result = $this->_db->selectAll($query, $values); } catch (Horde_Db_Exception $e) { - throw Horde_Prefs_Exception($e); + throw new Horde_Prefs_Exception($e); } foreach ($result as $row) { -- 2.11.0