mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02:00
feature #471, bug fixed (wrong variable in condition)
This commit is contained in:
@@ -159,7 +159,7 @@ class updates
|
||||
)
|
||||
);
|
||||
|
||||
if (empty($new_versions))
|
||||
if (empty($new_versions_string))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user