From 51f87e1fae31645f1ef18cc7d51c9739f3d94606 Mon Sep 17 00:00:00 2001 From: skywalker512 Date: Sun, 17 Jun 2018 11:15:06 +0800 Subject: [PATCH] remove checkForUpdates --- core/models/ETUpgradeModel.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/models/ETUpgradeModel.class.php b/core/models/ETUpgradeModel.class.php index 8a7ddf3..58bfc5a 100644 --- a/core/models/ETUpgradeModel.class.php +++ b/core/models/ETUpgradeModel.class.php @@ -21,6 +21,7 @@ class ETUpgradeModel extends ETModel { public function checkForUpdates() { // Save the last update check time so we won't do it again for a while. + /* ET::writeConfig(array("esoTalk.admin.lastUpdateCheckTime" => time())); // If the latest version is different to what it was last time we checked... @@ -33,6 +34,7 @@ public function checkForUpdates() // Write the latest checked version to the config file. ET::writeConfig(array("esoTalk.admin.lastUpdateCheckInfo" => $package)); } + */ }