Merge "Convert JobQueueGroup::getCachedConfigVar to using WAN cache"
[lhc/web/wiklou.git] / includes / api / ApiQueryWatchlist.php
index 9d35a55..75fc33e 100644 (file)
@@ -485,6 +485,7 @@ class ApiQueryWatchlist extends ApiQueryGeneratorBase {
                        'type' => array(
                                ApiBase::PARAM_DFLT => 'edit|new|log|categorize',
                                ApiBase::PARAM_ISMULTI => true,
+                               ApiBase::PARAM_HELP_MSG_PER_VALUE => array(),
                                ApiBase::PARAM_TYPE => RecentChange::getChangeTypes()
                        ),
                        'owner' => array(