summaryrefslogtreecommitdiffstats
path: root/inc/dashboard.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2016-06-08 13:35:38 +0200
committerSimon Rettberg2016-06-08 13:35:38 +0200
commitf6b3ef51063e3c369c8a728e595981a32d6e257f (patch)
treec43ec12ee103a99b020747830fd1b7dbe5e4b4ac /inc/dashboard.inc.php
parent[location] Move getLocationRootChain to heler class (diff)
downloadslx-admin-f6b3ef51063e3c369c8a728e595981a32d6e257f.tar.gz
slx-admin-f6b3ef51063e3c369c8a728e595981a32d6e257f.tar.xz
slx-admin-f6b3ef51063e3c369c8a728e595981a32d6e257f.zip
[dashboard] Remove needsSchemaUpdate call
Diffstat (limited to 'inc/dashboard.inc.php')
-rw-r--r--inc/dashboard.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/dashboard.inc.php b/inc/dashboard.inc.php
index e8c20dee..ddea6166 100644
--- a/inc/dashboard.inc.php
+++ b/inc/dashboard.inc.php
@@ -51,7 +51,6 @@ class Dashboard
'categories' => $categories,
'url' => urlencode($_SERVER['REQUEST_URI']),
'langs' => Dictionary::getLanguages(true),
- 'dbupdate' => Database::needSchemaUpdate(),
'user' => User::getName(),
'warning' => User::getName() !== false && User::getLastSeenEvent() < Property::getLastWarningId(),
'needsSetup' => User::getName() !== false && Property::getNeedsSetup()