diff -r d52dfa1f08da -r 323c4cd1aa37 plugins/admin/PageManager.php --- a/plugins/admin/PageManager.php Mon May 04 23:07:00 2009 -0400 +++ b/plugins/admin/PageManager.php Tue May 05 00:10:26 2009 -0400 @@ -261,10 +261,6 @@ { PageUtils::delete_page_files($page_id); } - - // update $paths with the new pathskey - $new_pathskey = $paths->nslist[$namespace_new] . $page_id_new; - $paths->pages[$new_pathskey] =& $paths->pages[$pathskey]; } // Did we change the name of the page? If so, make PageProcessor log it