includes/paths.php
changeset 151 824821224153
parent 142 ca9118d9c0f2
child 156 edbff85d43e8
--- a/includes/paths.php	Mon Sep 24 23:59:42 2007 -0400
+++ b/includes/paths.php	Sun Sep 30 19:18:09 2007 -0400
@@ -857,7 +857,7 @@
     
     $page_id = $db->escape(sanitize_page_id($page_id));
     if ( !isset($this->nslist[$namespace]) )
-      die('$paths->get_page_groups(): HACKING ATTEMPT');
+      die('$paths->get_page_groups(): HACKING ATTEMPT: namespace "'. htmlspecialchars($namespace) .'" doesn\'t exist');
     
     $group_list = array();