From d84d6f7188b26fb9d9545fc2113fdf88052f943f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 26 Jul 2011 16:41:02 +0000 Subject: [PATCH] (bug 28553) Set ar_parent_id on deletion --- includes/WikiPage.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/WikiPage.php b/includes/WikiPage.php index 10b4809bd5..9c8eaea0f3 100644 --- a/includes/WikiPage.php +++ b/includes/WikiPage.php @@ -1655,6 +1655,7 @@ class WikiPage extends Page { 'ar_timestamp' => 'rev_timestamp', 'ar_minor_edit' => 'rev_minor_edit', 'ar_rev_id' => 'rev_id', + 'ar_parent_id' => 'rev_parent_id', 'ar_text_id' => 'rev_text_id', 'ar_text' => '\'\'', // Be explicit to appease 'ar_flags' => '\'\'', // MySQL's "strict mode"... -- 2.20.1