From: Jan Schneider Date: Tue, 1 Feb 2011 13:51:12 +0000 (+0100) Subject: Add missing new. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2f212733536c36a91c9ab85835ba430fd82344a6;p=horde.git Add missing new. --- 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) {