plugins/admin/PageManager.php
changeset 953 323c4cd1aa37
parent 898 c75754f5b1da
child 999 61d492c43e5f
--- 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