r95958 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95957‎ | r95958 | r95959 >
Date:10:29, 1 September 2011
Author:catrope
Status:ok
Tags:
Comment:
RL2: Fix fatal: add Gadget::getDependencies()
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/Gadget.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/Gadget.php
@@ -210,6 +210,10 @@
211211 return $this->moduleData['styles'];
212212 }
213213
 214+ public function getDependencies() {
 215+ return $this->moduleData['dependencies'];
 216+ }
 217+
214218 /*** Public methods ***/
215219
216220 /**

Status & tagging log