plugins/SpecialUserFuncs.php
changeset 1101 30d8bb88572d
parent 1081 745200a9cc2a
child 1109 c424a15a1656
--- a/plugins/SpecialUserFuncs.php	Fri Aug 21 20:37:55 2009 -0400
+++ b/plugins/SpecialUserFuncs.php	Fri Aug 21 20:41:38 2009 -0400
@@ -405,6 +405,10 @@
           echo '<input type="hidden" name="get_fwd" value="' . $get_string . '" />';
         }
       }
+      else if ( isset($_POST['get_fwd']) )
+      {
+        echo '<input type="hidden" name="get_fwd" value="' . htmlspecialchars($_POST['get_fwd']) . '" />';
+      }
       ?>
     </form>
     <?php
@@ -421,6 +425,7 @@
   global $lang;
   require_once( ENANO_ROOT . '/includes/math.php' );
   
+  $paths->fullpage = $GLOBALS['title'];
   if ( $paths->getParam(0) === 'action.json' )
   {
     if ( !isset($_POST['r']) )