plugins/SpecialAdmin.php
changeset 110 68e030f8dfa6
parent 109 93ef7df77847
child 116 77c75179bb95
--- a/plugins/SpecialAdmin.php	Wed Aug 29 23:35:06 2007 -0400
+++ b/plugins/SpecialAdmin.php	Thu Aug 30 20:46:57 2007 -0400
@@ -1588,7 +1588,7 @@
           $q .= ' WHERE ';
           $k = array_keys($cpage);
           if ( !isset($cpage) )
-            die('no cpage');
+            die('[internal] no cpage');
           foreach($k as $c)
           {
             if($c != 'urlname_nons' && $c != 'urlname' && $c != 'really_protected')