Skip to content

Commit

Permalink
Removed parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
percolatorWitt committed May 10, 2024
1 parent 99d0b30 commit 36ee189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Classes/Domain/Repository/EzbRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public function loadForm()
$form = $this->ezb->detailSearchFormFields();

//Zugriffsinformationen holen
$form['colors'] = $this->getAccessInfos(true);
$form['colors'] = $this->getAccessInfos();

return $form;
}
Expand Down Expand Up @@ -524,11 +524,11 @@ public function getLongAccessInfos()
}

/**
* @param bool $short
* get licence information
*
* @return array
*/
public function getAccessInfos($short = false)
public function getAccessInfos()
{
//get default texts
$AccessInfos = $this->ezb->getLongAccessInfos();
Expand Down

0 comments on commit 36ee189

Please sign in to comment.