projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b0650
)
Fix parse error.
author
Jan Schneider
<jan@horde.org>
Thu, 12 Aug 2010 15:34:24 +0000
(17:34 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 12 Aug 2010 15:34:51 +0000
(17:34 +0200)
whups/lib/Query.php
patch
|
blob
|
history
diff --git
a/whups/lib/Query.php
b/whups/lib/Query.php
index
041a888
..
93e530a
100644
(file)
--- 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 {