mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
update comment
This commit is contained in:
parent
3f52393866
commit
d69b7e24d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue