]> source.dussan.org Git - nextcloud-server.git/commitdiff
update comment
authorGeorg Ehrke <georg@ownCloud.com>
Mon, 27 May 2013 17:20:29 +0000 (19:20 +0200)
committerGeorg Ehrke <georg@ownCloud.com>
Mon, 27 May 2013 17:20:29 +0000 (19:20 +0200)
lib/util.php

index 5fadb8cb244edeedfd6422856961ade1d16367cf..76309942cc31c502ae9271136ce9631ab94d07ce 100755 (executable)
@@ -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;
                }