ZenphotoCMS Forum
Comments page undefined index bug & fix - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Comments page undefined index bug & fix (/thread-350.html)



Comments page undefined index bug & fix - terrencewood - 2006-03-12

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']))