Skip to content

Commit

Permalink
Fixed issue #18185: Error message "No scope _renderErrorString" when …
Browse files Browse the repository at this point in the history
…trying to update
  • Loading branch information
c-schmitz committed Jun 21, 2022
1 parent baf7a27 commit 297841a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/Update.php
Expand Up @@ -397,7 +397,7 @@ public function step4()

$remove = $updateModel->removeDeletedFiles($updateinfos);
if (!$remove->result) {
return $this->_renderErrorString($remove->error);
return $this->renderErrorString($remove->error);
};
$file = $updateModel->downloadUpdateFile($access_token, $destinationBuild);
if ($file->result) {
Expand Down

0 comments on commit 297841a

Please sign in to comment.