r112139 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112138‎ | r112139 | r112140 >
Date:19:52, 22 February 2012
Author:yaron
Status:ok
Tags:
Comment:
Removed comment - 'substr' parameter is no longer mandatory in all cases
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_AutocompleteAPI.php
@@ -81,7 +81,7 @@
8282 ApiBase::PARAM_MAX => ApiBase::LIMIT_BIG1,
8383 ApiBase::PARAM_MAX2 => ApiBase::LIMIT_BIG2
8484 ),
85 - 'substr' => null, // Once 1.17 becomes acceptable as dependency, use ApiBase::PARAM_REQUIRED
 85+ 'substr' => null,
8686 'property' => null,
8787 'category' => null,
8888 'concept' => null,

Status & tagging log