diff options
Diffstat (limited to '')
-rw-r--r-- | include/picture_comment.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/picture_comment.inc.php b/include/picture_comment.inc.php index b4ae4c996..380a66d5a 100644 --- a/include/picture_comment.inc.php +++ b/include/picture_comment.inc.php @@ -207,6 +207,7 @@ SELECT $tpl_comment['KEY'] = $key; $tpl_comment['CONTENT'] = $row['content']; $tpl_comment['PWG_TOKEN'] = get_pwg_token(); + $tpl_comment['U_CANCEL'] = $url_self; } } if (is_admin()) |