Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -151,7 +151,7 @@ |
152 | 152 | } |
153 | 153 | |
154 | 154 | function efCentralNoticeSchema() { |
155 | | - global $wgDBtype, $wgExtNewTables; |
| 155 | + global $wgDBtype, $wgExtNewTables, $wgExtNewFields; |
156 | 156 | |
157 | 157 | $base = dirname( __FILE__ ); |
158 | 158 | if ( $wgDBtype == 'mysql' ) { |