Skip to content

Commit

Permalink
remove checkForUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jun 17, 2018
1 parent b8823ba commit 51f87e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/models/ETUpgradeModel.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand All @@ -33,6 +34,7 @@ public function checkForUpdates()
// Write the latest checked version to the config file.
ET::writeConfig(array("esoTalk.admin.lastUpdateCheckInfo" => $package));
}
*/
}


Expand Down

0 comments on commit 51f87e1

Please sign in to comment.