6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/7/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7820] BC break in Horde_Share::listShares() method signature
*
Your Email Address
*
Spam protection
Enter the letters below:
__ .___._.\ /\ / / `[__ | >< >< \__.| _|_/ \/ \
Comment
> We have Horde version 3.1.5. > > > > ----8<---- > > Dec 31 13:20:40 HORDE [error] [nag] 0 does not exist [on line 281 of > "/home/httpd/html/horde/nag-h3-2.3.1/lib/Nag.php"] > > ----8<---- > > > > There is listShares function call in Nag.php at line 281. There seems > to be wrong parameters for listShares function. > > Original version of line 282: > > ----8<---- > > $tasklists = > $GLOBALS['nag_shares']->listShares(Auth::getAuth(), $permission, > $owneronly ? Auth::getAuth() : null, 0, 0, 'name'); > > ----8<---- > > > > I added 'parent' and 'allLevels' parameters in the middle on parameters: > > ----8<---- > > $tasklists = > $GLOBALS['nag_shares']->listShares(Auth::getAuth(), $permission, > $owneronly ? Auth::getAuth() : null, DATATREE_ROOT, true, 0, 0, > 'name'); > > ----8<---- > > > > > > The behaves now quite well. But I don't have any idea what 'parent' > and 'allLevels' parameters should be.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers