diff options
author | Simon Rettberg | 2016-06-08 13:35:38 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-06-08 13:35:38 +0200 |
commit | f6b3ef51063e3c369c8a728e595981a32d6e257f (patch) | |
tree | c43ec12ee103a99b020747830fd1b7dbe5e4b4ac | |
parent | [location] Move getLocationRootChain to heler class (diff) | |
download | slx-admin-f6b3ef51063e3c369c8a728e595981a32d6e257f.tar.gz slx-admin-f6b3ef51063e3c369c8a728e595981a32d6e257f.tar.xz slx-admin-f6b3ef51063e3c369c8a728e595981a32d6e257f.zip |
[dashboard] Remove needsSchemaUpdate call
-rw-r--r-- | inc/dashboard.inc.php | 1 |
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() |