mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
'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
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user