From: Chuck Hagenbuch Date: Wed, 22 Jul 2009 01:02:44 +0000 (-0400) Subject: fix parse error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3762c6a3b83932e076bad5545d8023bcd625a825;p=horde.git fix parse error --- diff --git a/framework/Auth/lib/Horde/Auth/Signup/Sql.php b/framework/Auth/lib/Horde/Auth/Signup/Sql.php index 13ada429e..6e8cb03c9 100644 --- a/framework/Auth/lib/Horde/Auth/Signup/Sql.php +++ b/framework/Auth/lib/Horde/Auth/Signup/Sql.php @@ -247,7 +247,7 @@ class Horde_Auth_Signup_Sql extends Horde_Auth_Signup $params = array_merge($params, $this->_params['read']); $this->_db = MDB2::factory($params); if (is_a($this->_db, 'PEAR_Error')) { - thorw new Horde_Exception($this->_db); + throw new Horde_Exception($this->_db); } /* Set DB portability options. */