fix parse error
authorChuck Hagenbuch <chuck@horde.org>
Wed, 22 Jul 2009 01:02:44 +0000 (21:02 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 22 Jul 2009 01:02:44 +0000 (21:02 -0400)
framework/Auth/lib/Horde/Auth/Signup/Sql.php

index 13ada42..6e8cb03 100644 (file)
@@ -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. */