Skip to content

Commit

Permalink
Fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Auditor committed Mar 22, 2018
1 parent a76453d commit 8d9a207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BigBlueButton/Member/Meeting.php
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ public function hasUserJoined()
*/
public function hasBeenForciblyEnded()
{
return getHasBeenForciblyEnded();
return $this->getHasBeenForciblyEnded();
}

/**
Expand Down

0 comments on commit 8d9a207

Please sign in to comment.