diff -r 8fae8fb3cbb1 -r 679916c80599 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Sun Aug 30 00:05:33 2009 -0400 +++ b/plugins/SpecialUserFuncs.php Fri Sep 11 09:57:42 2009 -0400 @@ -425,7 +425,7 @@ global $lang; require_once( ENANO_ROOT . '/includes/math.php' ); - $paths->fullpage = $GLOBALS['title']; + $paths->fullpage = $GLOBALS['urlname']; if ( $paths->getParam(0) === 'action.json' ) { if ( !isset($_POST['r']) )