Fix parse error.
authorJan Schneider <jan@horde.org>
Thu, 12 Aug 2010 15:34:24 +0000 (17:34 +0200)
committerJan Schneider <jan@horde.org>
Thu, 12 Aug 2010 15:34:51 +0000 (17:34 +0200)
whups/lib/Query.php

index 041a888..93e530a 100644 (file)
@@ -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 {