From: Jan Schneider Date: Thu, 12 Aug 2010 15:34:24 +0000 (+0200) Subject: Fix parse error. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4906a41cd9c1f517dfb7b13cd57e1387d5a01608;p=horde.git Fix parse error. --- diff --git a/whups/lib/Query.php b/whups/lib/Query.php index 041a88892..93e530afd 100644 --- a/whups/lib/Query.php +++ b/whups/lib/Query.php @@ -1015,7 +1015,7 @@ class Whups_QueryManager { } } else { // Create a new share for the query. - $share = $this->_shareManager->newShare(strval(new Horde_Support_Uuid()); + $share = $this->_shareManager->newShare((string)new Horde_Support_Uuid()); $share->set('name', $query->name); $share->set('slug', $query->slug); try {