r32959 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32958‎ | r32959 | r32960 >
Date:14:33, 8 April 2008
Author:ialex
Status:old
Tags:
Comment:
E_ERROR: file not found
Modified paths:
  • /trunk/phase3/maintenance/updaters.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updaters.inc
@@ -127,6 +127,8 @@
128128 array( 'do_oldimage_user_index' ),
129129 array( 'add_field', 'archive', 'ar_page_id', 'patch-archive-page_id.sql'),
130130 array( 'add_field', 'image', 'img_sha1', 'patch-img_sha1.sql' ),
 131+
 132+ // 1.12
131133 array( 'add_table', 'protected_titles', 'patch-protected_titles.sql' ),
132134
133135 // 1.13
@@ -1157,7 +1159,7 @@
11581160 echo "...rev_parent_id column already populated.\n";
11591161 return;
11601162 }
1161 - require_once( 'populateParentId.inc' );
 1163+ require_once( 'populateParentId.php' );
11621164 }
11631165
11641166 function

Status & tagging log