plugins/SpecialAdmin.php
changeset 898 c75754f5b1da
parent 885 a86a69394a95
child 915 91f4da84966f
--- a/plugins/SpecialAdmin.php	Sat Apr 11 16:58:32 2009 -0400
+++ b/plugins/SpecialAdmin.php	Sat Apr 11 22:32:45 2009 -0400
@@ -2304,7 +2304,7 @@
         return false;
       }
       document.getElementById('ajaxPageContainer').innerHTML = '<div class="wait-box">Loading page...</div>';
-      ajaxGet('<?php echo scriptPath; ?>/ajax.php?title='+t+'&_mode=getpage&noheaders&auth=' + ENANO_SID, function() {
+      ajaxGet('<?php echo scriptPath; ?>/ajax.php?title='+t+'&_mode=getpage&noheaders&auth=' + ENANO_SID, function(ajax) {
           if ( ajax.readyState == 4 && ajax.status == 200 ) {
             var response = String(ajax.responseText + '');
             if ( check_json_response(response) )