From 7113cb7fd6a9bb4f5ad256266fd73ce9c4b04037 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 15 Oct 2005 22:20:48 +0000 Subject: [PATCH] 'L_AUTHOR' was not assigned so the label was missing when adding comments from unlogged users git-svn-id: http://piwigo.org/svn/trunk@891 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 1 + 1 file changed, 1 insertion(+) diff --git a/picture.php b/picture.php index c3b9df112..bc1ecdea4 100644 --- a/picture.php +++ b/picture.php @@ -507,6 +507,7 @@ $template->assign_vars(array( 'L_DELETE_COMMENT' =>$lang['comments_del'], 'L_DELETE' =>$lang['delete'], 'L_SUBMIT' =>$lang['submit'], + 'L_AUTHOR' => $lang['upload_author'], 'L_COMMENT' =>$lang['comment'], 'L_DOWNLOAD' => $lang['download'], 'L_DOWNLOAD_HINT' => $lang['download_hint'],