From: Brion Vibber Date: Thu, 1 May 2008 23:00:23 +0000 (+0000) Subject: complete fix from r34102 X-Git-Tag: 1.31.0-rc.0~47955 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=be6837c90771bf512f4061d8ab0e963343c1f940;p=lhc%2Fweb%2Fwiklou.git complete fix from r34102 --- diff --git a/maintenance/updaters.inc b/maintenance/updaters.inc index 86db76ffc0..dce44945a9 100644 --- a/maintenance/updaters.inc +++ b/maintenance/updaters.inc @@ -1176,7 +1176,7 @@ function do_populate_parent_id() { echo "...rev_parent_id column already populated.\n"; return; } - require_once( 'populateParentId.php' ); + require_once( 'populateParentId.inc' ); global $wgDatabase; populate_rev_parent_id( $wgDatabase );