projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d4fa8f
)
fix typo that prevented queries to be loaded by slug
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 17 Jan 2011 16:51:45 +0000
(16:51 +0000)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 17 Jan 2011 16:52:19 +0000
(16:52 +0000)
whups/lib/Query.php
patch
|
blob
|
history
diff --git
a/whups/lib/Query.php
b/whups/lib/Query.php
index
134fce9
..
987b9e2
100644
(file)
--- a/
whups/lib/Query.php
+++ b/
whups/lib/Query.php
@@
-921,7
+921,7
@@
class Whups_QueryManager {
$shares = $this->_shareManager->listShares(
$GLOBALS['registry']->getAuth(),
array('perm' => Horde_Perms::READ,
- 'attrib
tu
es' => array('slug' => $slug)));
+ 'attrib
ut
es' => array('slug' => $slug)));
} catch (Horde_Share_Exception $e) {
throw new Whups_Exception($e);
}