Skip to content

Commit ef9c133

Browse files
committed
- added missing noNS
1 parent c3e6344 commit ef9c133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function handle_ajax_call_unknown(Doku_Event &$event, $param) {
5959
getNS($INPUT->post->str('id')),
6060
$INPUT->post->str('id'),
6161
$_SERVER['REMOTE_USER'],
62-
noNS($INPUT->post->str('id'))
62+
noNS($INPUT->post->str('id'))
6363
),
6464
$filename
6565
);

0 commit comments

Comments
 (0)