Skip to content

Commit

Permalink
Fixed several PHP8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Apr 29, 2021
1 parent 62de4e1 commit 566a0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Participant.php
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ public function getParticipantsCount($attid, $search = null, $userid = null)
* @param string|null $order
* @return CDbCommand
*/
private function getParticipantsSelectCommand($count = false, $attid, $search = null, $userid = null, $page = null, $limit = null, $order = null)
private function getParticipantsSelectCommand($count, $attid, $search = null, $userid = null, $page = null, $limit = null, $order = null)
{
$selectValue = array();
$joinValue = array();
Expand Down

0 comments on commit 566a0fb

Please sign in to comment.