mirror of
https://github.com/cosmocode/dokuwiki-plugin-imgpaste.git
synced 2025-07-25 17:09:37 +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')),
|
getNS($INPUT->post->str('id')),
|
||||||
$INPUT->post->str('id'),
|
$INPUT->post->str('id'),
|
||||||
$_SERVER['REMOTE_USER'],
|
$_SERVER['REMOTE_USER'],
|
||||||
noNS($INPUT->post->str('id'))
|
noNS($INPUT->post->str('id'))
|
||||||
),
|
),
|
||||||
$filename
|
$filename
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user