parse error
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 21 May 2010 20:49:16 +0000 (16:49 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 21 May 2010 20:49:42 +0000 (16:49 -0400)
whups/lib/Query.php

index 22892c8..277e8e9 100644 (file)
@@ -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();