aboutsummaryrefslogtreecommitdiffstats
path: root/include/picture_comment.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/picture_comment.inc.php')
-rw-r--r--include/picture_comment.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php
index 73b245b6b..af14cb050 100644
--- a/include/picture_comment.inc.php
+++ b/include/picture_comment.inc.php
@@ -149,7 +149,8 @@ SELECT id,author,date,image_id,content
$url_self,
array(
'action'=>'delete_comment',
- 'comment_to_delete'=>$row['id']
+ 'comment_to_delete'=>$row['id'],
+ 'pwg_token'=>get_pwg_token(),
)
);
}