includes/pageprocess.php
changeset 912 95d0d8596c87
parent 907 44851d7e9bda
child 913 3ec535acd11e
--- a/includes/pageprocess.php	Wed Apr 15 14:23:48 2009 -0400
+++ b/includes/pageprocess.php	Wed Apr 15 16:20:33 2009 -0400
@@ -637,7 +637,7 @@
     {
       case 'rename':
         // Page was renamed, let the rename method handle this
-        return array_merge($this->rename($log_entry['edit_summary']), array('dateline' => $dateline, 'action' => $log_entry['action']));
+        return array_merge($this->rename_page($log_entry['edit_summary']), array('dateline' => $dateline, 'action' => $log_entry['action']));
         break;
       case 'prot':
       case 'unprot':