r89493 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89492‎ | r89493 | r89494 >
Date:10:58, 5 June 2011
Author:krinkle
Status:ok
Tags:
Comment:
Fix filepath (typo), crashes updater (follow-up r89277)
Modified paths:
  • /trunk/extensions/ArticleFeedback/ArticleFeedback.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/ArticleFeedback.hooks.php
@@ -182,7 +182,7 @@
183183 $updater->addExtensionUpdate( array(
184184 'addTable',
185185 'article_feedback_stats_types',
186 - $dir . '/sql/AddArticleFeedbackStatsTypesTable.sql',
 186+ $dir . '/sql/AddArticleFeedbackStatsTypeTable.sql',
187187 true
188188 ) );
189189 }
@@ -206,7 +206,7 @@
207207 $updater->addExtensionUpdate( array(
208208 'addTable',
209209 'article_feedback_stats_types',
210 - $dir . '/sql/AddArticleFeedbackStatsTypesTable.sql',
 210+ $dir . '/sql/AddArticleFeedbackStatsTypeTable.sql',
211211 true
212212 ) );
213213 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89277Added 'problem articles' view to dashboard; refactored dashboard code (popula...awjrichards18:32, 1 June 2011

Status & tagging log