]> source.dussan.org Git - nextcloud-server.git/commitdiff
'Update to' is shown when there is no update
authorBart Visscher <bartv@thisnet.nl>
Fri, 25 Oct 2013 13:33:45 +0000 (15:33 +0200)
committerBart Visscher <bartv@thisnet.nl>
Fri, 25 Oct 2013 13:41:59 +0000 (15:41 +0200)
See #4716

lib/private/installer.php

index e082c7eeee9d0772ee40011f9ae1e5378ccbff5f..5b6a8c9b99fc7062c2fdd0abefed34a3e3409739 100644 (file)
@@ -275,11 +275,11 @@ class OC_Installer{
                                return($ocsversion);
 
                        }else{
-                               return('');
+                               return false;
                        }
 
                }else{
-                       return('');
+                       return false;
                }
 
        }