From 4906a41cd9c1f517dfb7b13cd57e1387d5a01608 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 12 Aug 2010 17:34:24 +0200 Subject: [PATCH] Fix 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 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 { -- 2.11.0