From: Aaron Schulz Date: Tue, 26 Jul 2011 16:41:02 +0000 (+0000) Subject: (bug 28553) Set ar_parent_id on deletion X-Git-Tag: 1.31.0-rc.0~28613 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=d84d6f7188b26fb9d9545fc2113fdf88052f943f;p=lhc%2Fweb%2Fwiklou.git (bug 28553) Set ar_parent_id on deletion --- 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"...