Skip to content

Commit

Permalink
Merge pull request #6 from Eddcapone/master
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
easeq authored Sep 1, 2021
2 parents bd73c8a + 222d8f8 commit acac3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Observer/ActionPredispatch.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function execute(
return $this;
}

if ($this->request->getParam('hs_hid') !== '') {
if (!empty($this->request->getParam('hs_hid'))) {
$this->processError();
}
}
Expand Down

0 comments on commit acac3b4

Please sign in to comment.