r96957 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r96956‎ | r96957 | r96958 >
Date:11:47, 13 September 2011
Author:catrope
Status:ok
Tags:
Comment:
RL2: Fix stupidity in r96949
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/GadgetRepo.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/GadgetRepo.php
@@ -141,5 +141,6 @@
142142 $retval[] = $repo->getGadget( $id );
143143 }
144144 }
 145+ return $retval;
145146 }
146147 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r96949RL2: Factor out $wgGadgetRepositories loop to GadgetRepo::getAllRepos() and i...catrope10:17, 13 September 2011

Status & tagging log