summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 5fadb8cb244..76309942cc3 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -641,7 +641,7 @@ class OC_Util {
* Check if the ownCloud server can connect to the internet
*/
public static function isinternetconnectionworking() {
- // in case there is no internet connection on purpose there is no need to display a warning
+ // in case there is no internet connection on purpose return false
if (self::isinternetconnectionenabled() === false) {
return false;
}