projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74bcd6f
)
Fix listing owner shares.
author
Jan Schneider
<jan@horde.org>
Mon, 8 Nov 2010 20:19:18 +0000
(21:19 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 8 Nov 2010 20:24:22 +0000
(21:24 +0100)
nag/lib/Nag.php
patch
|
blob
|
history
diff --git
a/nag/lib/Nag.php
b/nag/lib/Nag.php
index
41a7841
..
bb932c7
100644
(file)
--- a/
nag/lib/Nag.php
+++ b/
nag/lib/Nag.php
@@
-376,7
+376,8
@@
class Nag
try {
$tasklists = $GLOBALS['nag_shares']->listShares(
$GLOBALS['registry']->getAuth(),
- array('perm' => $permission, $owneronly ? $GLOBALS['registry']->getAuth() : null,
+ array('perm' => $permission,
+ 'attributes' => $owneronly ? $GLOBALS['registry']->getAuth() : null,
'sort_by' => 'name'));
} catch (Horde_Share_Exception $e) {
Horde::logMessage($e->getMessage(), 'ERR');