fix return value of OC_Util::isinternetconnectionworking()
This commit is contained in:
parent
9fd2be0757
commit
efb2e69230
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ class OC_Util {
|
|||
|
||||
// in case there is no internet connection on purpose there is no need to display a warning
|
||||
if (!\OC_Config::getValue("has_internet_connection", true)) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
// try to connect to owncloud.org to see if http connections to the internet are possible.
|
||||
|
|
Loading…
Reference in a new issue