From 3762c6a3b83932e076bad5545d8023bcd625a825 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 21 Jul 2009 21:02:44 -0400 Subject: [PATCH] fix parse error --- framework/Auth/lib/Horde/Auth/Signup/Sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.11.0