diff -r aead4e1ce5df -r 30d8bb88572d plugins/SpecialUserFuncs.php --- 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']) )