| 1 | <?php |
||
| 15 | class Revert extends AbstractAction { |
||
| 16 | |||
| 17 | /** @inheritdoc */ |
||
| 18 | public function minimumPermission() { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * |
||
| 29 | * @inheritdoc |
||
| 30 | * @throws ActionAbort |
||
| 31 | * @throws ActionException |
||
| 32 | * @todo check for writability of the current page ($INFO might do it wrong and check the attic version) |
||
| 33 | */ |
||
| 34 | public function preProcess() { |
||
| 64 | |||
| 65 | } |
||
| 66 |