Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LetoDMS 1.9 bug # Edit notification list
#4
Ok, friends, a quick fix for the problem above is to replace the line 60 or 61 (don't remember) in op.FolderNotify.php

from

if (isset($_GET["groupid"])){

to

if ($_GET["groupid"]>0){

because the "groupid" is always set, but in case no group is selected, this variable becomes "-1", therefore the check to be more than "0"
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)