aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2005-10-15 22:20:48 +0000
committerchrisaga <chrisaga@piwigo.org>2005-10-15 22:20:48 +0000
commit7113cb7fd6a9bb4f5ad256266fd73ce9c4b04037 (patch)
treeed84c0c949dfdf8061f872b51b10e65f1f5b73f9
parentca6f33d565d91b86c300c8024cac2a9ade2aa11b (diff)
'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
-rw-r--r--picture.php1
1 files changed, 1 insertions, 0 deletions
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'],