Skip to content

Commit 6c6386f

Browse files
committed
FIX: missing brace
1 parent 252b10e commit 6c6386f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
);

plugin.info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ author Andreas Gohr
33
44
date 2016-09-20
55
name imgpaste plugin
6-
desc Add images via cut'n'paste in Chrome (@PAGE@) added
6+
desc Add images via cut'n'paste in Chrome
77
url http://www.dokuwiki.org/plugin:imgpaste

0 commit comments

Comments
 (0)