Skip to content

Commit

Permalink
Merge pull request #215 from Invertus/SV-43/logs-context-error
Browse files Browse the repository at this point in the history
SV-43 Logs context error
  • Loading branch information
MarijusCoding authored Oct 25, 2024
2 parents 5d877e4 + e48bdca commit d190722
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions controllers/admin/AdminSaferPayOfficialLogsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ public function printContextButton($context, $data)

public function displayAjaxGetLog()
{
if (!$this->ensureHasPermissions([PermissionType::EDIT, PermissionType::VIEW], true)) {
return;
}

/** @var Invertus\SaferPay\Adapter\Tools $tools */
$tools = $this->module->getService(Tools::class);

Expand Down

0 comments on commit d190722

Please sign in to comment.