Skip to content

Commit

Permalink
HFP-3883 remove unnecessary error message (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
makmentins authored Jun 17, 2024
1 parent 4418ae9 commit 9146536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h5p.classes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3963,7 +3963,6 @@ public function hubAccountInfo() {
}

if (empty($siteUuid) || empty($secret)) {
$this->h5pF->setErrorMessage($this->h5pF->t('Missing Site UUID or Hub Secret. Please check your Hub registration.'));
return false;
}

Expand Down

0 comments on commit 9146536

Please sign in to comment.