--- 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':