mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
Minor bugs correction
git-svn-id: http://piwigo.org/svn/trunk@519 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -33,7 +33,7 @@ $time = get_elapsed_time( $t2, get_moment() );
|
||||
$template->assign_vars(
|
||||
array(
|
||||
'TIME' => $time,
|
||||
'VERSION' => $conf['version'],
|
||||
'VERSION' => PHPWG_VERSION,
|
||||
'MAIL'=>$conf['mail_webmaster'],
|
||||
|
||||
'L_GEN_TIME' => $lang['generation_time'],
|
||||
|
||||
Reference in New Issue
Block a user