diff -r c1be67a50d81 -r c424a15a1656 plugins/SpecialUserFuncs.php --- a/plugins/SpecialUserFuncs.php Wed Aug 26 23:25:39 2009 -0400 +++ b/plugins/SpecialUserFuncs.php Fri Sep 11 09:54:32 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']) )