fix visibility of method getEnteredStationsForQuestAndGroup()

This commit is contained in:
oliver 2016-02-02 12:01:39 +01:00
parent 2e6315134f
commit 1b19187587

View file

@ -138,7 +138,7 @@
* @param int $groupId ID of Character group
* @return array List of Station
*/
private function getEnteredStationsForQuestAndGroup($questId, $groupId)
public function getEnteredStationsForQuestAndGroup($questId, $groupId)
{
return $this->getStationsForQuestAndGroup($questId, $groupId, self::STATUS_ENTERED);
}