mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-05 13:02:48 +02:00
merge -r990:991 from branch 1.5 to branch 1.6 (bug 196 fixed)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1227 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -82,7 +82,9 @@ if (isset($_GET['action']) and 'check_upgrade' == $_GET['action'])
|
||||
l10n('Check for upgrade failed for unknown reasons.')
|
||||
);
|
||||
}
|
||||
else if ('%PWGVERSION%' == $versions{'current'})
|
||||
// concatenation needed to avoid automatic transformation by release
|
||||
// script generator
|
||||
else if ('%'.'PWGVERSION'.'%' == $versions{'current'})
|
||||
{
|
||||
array_push(
|
||||
$page['infos'],
|
||||
|
||||
Reference in New Issue
Block a user