r71282 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71281‎ | r71282 | r71283 >
Date:00:54, 19 August 2010
Author:kaldari
Status:ok
Tags:
Comment:
missing global var in r70908
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.php
@@ -151,7 +151,7 @@
152152 }
153153
154154 function efCentralNoticeSchema() {
155 - global $wgDBtype, $wgExtNewTables;
 155+ global $wgDBtype, $wgExtNewTables, $wgExtNewFields;
156156
157157 $base = dirname( __FILE__ );
158158 if ( $wgDBtype == 'mysql' ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70908adding patch-notice_preferred.sql to update hook per comment at r68758kaldari18:54, 11 August 2010

Status & tagging log