Last modified: 2012-12-22 01:01:50 UTC
definition of constructor from CategoryViewer.php: function __construct( $title, IContextSource $context, $from = '', $until = '', $query = array() ) { [...] } but later in function doCategoryQuery: [...] if ( $this->from[$type] !== null ) { [...] and in private function getSectionPagingLinks( $type ): [...] } elseif ( $this->nextPage[$type] !== null || $this->from[$type] !== null ) { [...] Parameter "from" should be probably defined in constructor as empty array() and/or later in code added to some is_array() condition.
Thanks for catching that. Gerrit change #39524