From 5ae74aac0427a7b5368b5694c6aeb588a698d674 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 21 Jun 2012 13:39:25 +0000 Subject: on comment_list add link to exit from comment edition git-svn-id: http://piwigo.org/svn/trunk@15924 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/picture_comment.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/picture_comment.inc.php') 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()) -- cgit v1.2.3