Skip to content
Snippets Groups Projects
Commit efb2e692 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fix return value of OC_Util::isinternetconnectionworking()

parent 9fd2be07
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment