Junior Member
Junior Member
terrencewood   2006-03-12, 03:23
#1

When editing comments with one page of comments cuases an indefined index notice:

Notice: Undefined index: n in path/to/admin.php on line 598

The fix is to check if n is set:
if ($_GET['n']) => if (isset($_GET['n']))

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.