We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e6344 commit ef9c133Copy full SHA for ef9c133
action.php
@@ -59,7 +59,7 @@ public function handle_ajax_call_unknown(Doku_Event &$event, $param) {
59
getNS($INPUT->post->str('id')),
60
$INPUT->post->str('id'),
61
$_SERVER['REMOTE_USER'],
62
- noNS($INPUT->post->str('id'))
+ noNS($INPUT->post->str('id'))
63
),
64
$filename
65
);
0 commit comments