Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <georg@ownCloud.com>2013-05-27 21:20:29 +0400
committerGeorg Ehrke <georg@ownCloud.com>2013-05-27 21:20:29 +0400
commitd69b7e24d288f08bb7ebc73d46772a2939a0f31f (patch)
tree0a21387a5f771b4153e0dbea4ddb3b55f2bfb742 /lib/util.php
parent3f52393866eabc6d72023ddaf37cc3e0d066c224 (diff)
update comment
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;
}