From a47efae034a690277cd73fb5f693ed9f39d3af4c Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Fri, 21 May 2010 16:49:16 -0400 Subject: [PATCH] parse error --- whups/lib/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whups/lib/Query.php b/whups/lib/Query.php index 22892c845..277e8e900 100644 --- a/whups/lib/Query.php +++ b/whups/lib/Query.php @@ -970,7 +970,7 @@ class Whups_QueryManager { try { $shares = $this->_shareManager->listShares($user); } catch (Horde_Share_Exception $e) { - throw new Whups_Exception($e): + throw new Whups_Exception($e); } $queries = array(); -- 2.11.0