plugins/SpecialUserFuncs.php
changeset 1222 d1ded7b4c775
parent 1206 50f6c144ec68
child 1227 bdac73ed481e
--- a/plugins/SpecialUserFuncs.php	Mon Feb 08 17:04:43 2010 -0500
+++ b/plugins/SpecialUserFuncs.php	Wed Mar 17 14:21:46 2010 -0400
@@ -1293,6 +1293,7 @@
   {
     die_friendly($lang->get('userfuncs_activate_err_badlink_title'), '<p>' . $lang->get('userfuncs_activate_err_badlink_body') . '</p>');
   }
+  $user = str_replace('_', ' ', dirtify_page_id($user));
   $key = $paths->getParam(1);
   if ( !$key )
   {