r101514 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101513‎ | r101514 | r101515 >
Date:19:11, 1 November 2011
Author:catrope
Status:ok
Tags:
Comment:
[RL2] Remove mention of the long-gone addGadget() from a doc comment
Modified paths:
  • /branches/RL2/extensions/Gadgets/backend/GadgetRepo.php (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/backend/GadgetRepo.php
@@ -35,8 +35,8 @@
3636
3737 /**
3838 * Check whether this repository allows write actions. If this method returns false,
39 - * methods that modify the state of the repository or the gadgets in it (i.e. addGadget(),
40 - * modifyGadget() and deleteGadget()) will always fail.
 39+ * methods that modify the state of the repository or the gadgets in it (i.e. modifyGadget()
 40+ * and deleteGadget()) will always fail.
4141 * @return bool
4242 */
4343 abstract public function isWriteable();

Status & tagging log