Index: branches/RL2/extensions/Gadgets/backend/GadgetRepo.php |
— | — | @@ -35,8 +35,8 @@ |
36 | 36 | |
37 | 37 | /** |
38 | 38 | * 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. |
41 | 41 | * @return bool |
42 | 42 | */ |
43 | 43 | abstract public function isWriteable(); |