I have noticed that the forum watch notification "eye" icons on the tiki-view_forum.php screen are both set if either of the two forum watch options are set.
Looking at function user_watches in lib/tikilib.php the code tests whether $event is an array. If it is not an array then it does not filter the watches on event.
Adding
$conditions'event' = $event;
to the else part of the array test corrects the problem.
This is confusing my users in 12.x
I think this should be an easy fix. The only concern is whether $event is ever set to anything other than an array or a string.
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |