summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-04 14:18:30 +0200
committerLukas Reschke <lukas@owncloud.com>2014-09-05 15:58:33 +0200
commitc13a8acbb569a1d866cb7b967bd085e44c6eb116 (patch)
tree95a1f5f72890f7e2e6857ee7144a2d1e7124e9fa /settings/templates
parent5913a694de0e98e918d9d08340ac88c9f1eab937 (diff)
downloadnextcloud-server-c13a8acbb569a1d866cb7b967bd085e44c6eb116.tar.gz
nextcloud-server-c13a8acbb569a1d866cb7b967bd085e44c6eb116.zip
Don't show warning when has_internet_connection is set to false
Revert Add disabled
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 1f3701778ab..0e6cb14bcef 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -184,7 +184,7 @@ if (!$_['isLocaleWorking']) {
}
// is internet connection working ?
-if (!$_['internetconnectionworking']) {
+if ($_['internetconnectionworking'] === false) {
?>
<div class="section">
<h2><?php p($l->t('Internet connection not working'));?></h2>