r75798 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75797‎ | r75798 | r75799 >
Date:16:06, 1 November 2010
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: Shut up undefined variable notice
Modified paths:
  • /branches/wmf/1.16wmf4/includes/api/ApiBase.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/includes/api/ApiBase.php
@@ -566,6 +566,7 @@
567567 $type = gettype( $paramSettings );
568568 $dupes = false;
569569 $deprecated = false;
 570+ $required = false;
570571 } else {
571572 $default = isset( $paramSettings[self::PARAM_DFLT] ) ? $paramSettings[self::PARAM_DFLT] : null;
572573 $multi = isset( $paramSettings[self::PARAM_ISMULTI] ) ? $paramSettings[self::PARAM_ISMULTI] : false;

Status & tagging log