http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95958

Revision: 95958
Author:   catrope
Date:     2011-09-01 10:29:08 +0000 (Thu, 01 Sep 2011)
Log Message:
-----------
RL2: Fix fatal: add Gadget::getDependencies()

Modified Paths:
--------------
    branches/RL2/extensions/Gadgets/backend/Gadget.php

Modified: branches/RL2/extensions/Gadgets/backend/Gadget.php
===================================================================
--- branches/RL2/extensions/Gadgets/backend/Gadget.php  2011-09-01 10:24:35 UTC 
(rev 95957)
+++ branches/RL2/extensions/Gadgets/backend/Gadget.php  2011-09-01 10:29:08 UTC 
(rev 95958)
@@ -210,6 +210,10 @@
                return $this->moduleData['styles'];
        }
        
+       public function getDependencies() {
+               return $this->moduleData['dependencies'];
+       }
+       
        /*** Public methods ***/
        
        /**


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to