From b7f203affd26de50318d8ded3f9ba247ea53958c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 8 Nov 2010 21:19:18 +0100 Subject: [PATCH] Fix listing owner shares. --- nag/lib/Nag.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nag/lib/Nag.php b/nag/lib/Nag.php index 41a784165..bb932c7fa 100644 --- 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'); -- 2.11.0