r113204 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113203‎ | r113204 | r113205 >
Date:00:17, 7 March 2012
Author:catrope
Status:ok
Tags:
Comment:
Add log_namespace condition to complement the log_title condition
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiViewActivityArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewActivityArticleFeedbackv5.php
@@ -246,6 +246,7 @@
247247
248248 $where = array (
249249 'log_type' => 'articlefeedbackv5',
 250+ 'log_namespace' => NS_SPECIAL,
250251 'log_title' => "ArticleFeedbackv5/$title/$feedbackId"
251252 );
252253

Status & tagging log