Notifications
Clear all
Reproduced.
Registered as Ticket #1025.
Thanks for reporting the issue.
Posted : 15 Mar 2013 20H06
Fixed.
Will be deployed on V2.3.1
Fixing is replacement of line 248 in /tool/jsonList.php, from
if (isset($_SESSION['directAccessIndex'][$_REQUEST['directAccessIndex']])) {
to
if (isset($_REQUEST['directAccessIndex']) and isset($_SESSION['directAccessIndex'][$_REQUEST['directAccessIndex']])) {
Posted : 15 Mar 2013 20H39

