plugins/SpecialUserFuncs.php
changeset 1109 c424a15a1656
parent 1101 30d8bb88572d
child 1117 4d8ffe107a0d
--- 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']) )