feature #471, bug fixed (wrong variable in condition)

This commit is contained in:
plegall
2017-03-29 18:55:14 +02:00
parent 3371ef1734
commit 0a85001ae8
+1 -1
View File
@@ -159,7 +159,7 @@ class updates
)
);
if (empty($new_versions))
if (empty($new_versions_string))
{
return;
}