Quote:
Originally Posted by jawatkin
Hey Pedro, quick bug report... When looking at "Closed" post reports in the CP, if you click on any of the following pages, it goes to
http://www.xxxxxxxx.com/forum/mcp/pp...ow=open&page=2
Line 392 of pprm.php : $pagenav .= " <a href=\"pprm.php?$session[sessionurl]show=open&page=$thispage\" class=\"normal\">$thispage</a> ";
is incorrect.. I fixed it in the interim by creating an "area" variable that is set by the case statement....
|
Yes right i fixed it too .
Open modcp/pprm.php
Find:
Code:
$pagenav .= " <a href=\"pprm.php?$session[sessionurl]show=open&page=$thispage\" class=\"normal\">$thispage</a> ";
Change to:
Code:
$pagenav .= " <a href=\"pprm.php?$session[sessionurl]show=closed&page=$thispage\" class=\"normal\">$thispage</a> ";
And also, we are waiting a fixed realase ( especially, about moderator permissions )