From dd6d14c6512d214d0e8b52235294aabecf27e433 Mon Sep 17 00:00:00 2001 From: oliver Date: Tue, 2 Feb 2016 12:01:39 +0100 Subject: [PATCH] fix visibility of method getEnteredStationsForQuestAndGroup() --- models/CharactergroupsqueststationsModel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/CharactergroupsqueststationsModel.inc b/models/CharactergroupsqueststationsModel.inc index cfe60632..19bd0b60 100644 --- a/models/CharactergroupsqueststationsModel.inc +++ b/models/CharactergroupsqueststationsModel.inc @@ -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); }