aboutsummaryrefslogtreecommitdiffstats
path: root/include/picture_comment.inc.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-06-21 13:39:25 +0000
committermistic100 <mistic@piwigo.org>2012-06-21 13:39:25 +0000
commit5ae74aac0427a7b5368b5694c6aeb588a698d674 (patch)
treed482a84919c028471f3de4f13848ac51cadcaf6d /include/picture_comment.inc.php
parentb2149f3c10f6dea603fee68070cd0cca9e761355 (diff)
on comment_list add link to exit from comment edition
git-svn-id: http://piwigo.org/svn/trunk@15924 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/picture_comment.inc.php')
-rw-r--r--include/picture_comment.inc.php1
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())