Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -140,17 +140,17 @@ |
141 | 141 | } else { |
142 | 142 | if ( $updater->getDB()->getType() == 'mysql' ) { |
143 | 143 | $updater->addExtensionUpdate( array( 'addTable', 'cn_notices', |
144 | | - $base . '/CentralNotice.sql' ) ); |
| 144 | + $base . '/CentralNotice.sql', true ) ); |
145 | 145 | $updater->addExtensionUpdate( array( 'addField', 'cn_notices', 'not_preferred', |
146 | | - $base . '/patches/patch-notice_preferred.sql' ) ); |
| 146 | + $base . '/patches/patch-notice_preferred.sql', true ) ); |
147 | 147 | $updater->addExtensionUpdate( array( 'addTable', 'cn_notice_languages', |
148 | | - $base . '/patches/patch-notice_languages.sql' ) ); |
| 148 | + $base . '/patches/patch-notice_languages.sql', true ) ); |
149 | 149 | $updater->addExtensionUpdate( array( 'addField', 'cn_templates', 'tmp_display_anon', |
150 | | - $base . '/patches/patch-template_settings.sql' ) ); |
| 150 | + $base . '/patches/patch-template_settings.sql', true ) ); |
151 | 151 | $updater->addExtensionUpdate( array( 'addTable', 'cn_notice_countries', |
152 | | - $base . '/patches/patch-notice_countries.sql' ) ); |
| 152 | + $base . '/patches/patch-notice_countries.sql', true ) ); |
153 | 153 | $updater->addExtensionUpdate( array( 'addTable', 'cn_notice_projects', |
154 | | - $base . '/patches/patch-notice_projects.sql' ) ); |
| 154 | + $base . '/patches/patch-notice_projects.sql', true ) ); |
155 | 155 | } |
156 | 156 | } |
157 | 157 | return true; |