summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGeorg Ehrke <georg@ownCloud.com>2013-05-27 19:20:29 +0200
committerGeorg Ehrke <georg@ownCloud.com>2013-05-27 19:20:29 +0200
commitd69b7e24d288f08bb7ebc73d46772a2939a0f31f (patch)
tree0a21387a5f771b4153e0dbea4ddb3b55f2bfb742 /lib
parent3f52393866eabc6d72023ddaf37cc3e0d066c224 (diff)
downloadnextcloud-server-d69b7e24d288f08bb7ebc73d46772a2939a0f31f.tar.gz
nextcloud-server-d69b7e24d288f08bb7ebc73d46772a2939a0f31f.zip
update comment
Diffstat (limited to 'lib')
-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;
}