diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-10-15 22:20:48 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-10-15 22:20:48 +0000 |
commit | 7113cb7fd6a9bb4f5ad256266fd73ce9c4b04037 (patch) | |
tree | ed84c0c949dfdf8061f872b51b10e65f1f5b73f9 | |
parent | ca6f33d565d91b86c300c8024cac2a9ade2aa11b (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
Diffstat (limited to '')
-rw-r--r-- | picture.php | 1 |
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'], |