diff -r 93ef7df77847 -r 68e030f8dfa6 plugins/SpecialAdmin.php --- 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')