mirror of
https://github.com/cosmocode/dokuwiki-plugin-imgpaste.git
synced 2025-07-23 02:55:13 +00:00
- added missing noNS
This commit is contained in:
@ -59,7 +59,7 @@ class action_plugin_imgpaste extends DokuWiki_Action_Plugin {
|
||||
getNS($INPUT->post->str('id')),
|
||||
$INPUT->post->str('id'),
|
||||
$_SERVER['REMOTE_USER'],
|
||||
noNS($INPUT->post->str('id'))
|
||||
noNS($INPUT->post->str('id'))
|
||||
),
|
||||
$filename
|
||||
);
|
||||
|
Reference in New Issue
Block a user