Add dokuwiki test.

This commit is contained in:
Dominik Pantůček 2023-06-19 20:18:59 +02:00
parent 4eae0835b3
commit 70a67bd1e5

View file

@ -25,7 +25,11 @@ class action_plugin_brmburo extends \dokuwiki\Extension\ActionPlugin
* @return void
*/
public function handleActionActPreprocess(Doku_Event $event, $param) {
$act = act_clean($event->$data);
if ($act === 'payments') {
$event->preventDefault();
echo "TEST";
}
}
}