'Update to' is shown when there is no update

See #4716
This commit is contained in:
Bart Visscher 2013-10-25 15:33:45 +02:00
parent a555e00e2c
commit b6c67c4c63
1 changed files with 2 additions and 2 deletions

View File

@ -275,11 +275,11 @@ class OC_Installer{
return($ocsversion);
}else{
return('');
return false;
}
}else{
return('');
return false;
}
}