Skip to content

Commit

Permalink
Fixed issue: Notice when trying to submit a new key
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jan 31, 2023
1 parent 17e8bbb commit 2093b5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/controllers/admin/Update.php
Expand Up @@ -148,8 +148,6 @@ public function managekey()
public function manageSubmitkey()
{
$updateModel = new UpdateForm();
$serverAnswer = $updateModel->getUpdateInfo($buttons);
$aData['serverAnswer'] = $serverAnswer;
$aData['fullpagebar']['closebutton']['url'] = 'admin/update';
$aData['updateKey'] = $updateKey = SettingGlobal::model()->findByPk('update_key');

Expand Down

0 comments on commit 2093b5e

Please sign in to comment.