diff --git a/app/controllers/SeminaryController.inc b/app/controllers/SeminaryController.inc index fbaf2cfb..8a766b0b 100644 --- a/app/controllers/SeminaryController.inc +++ b/app/controllers/SeminaryController.inc @@ -174,7 +174,11 @@ } // Check Achievements - $achievements = $this->Achievement->checkAchievements(self::$seminary['id'], self::$character['id'], $checkConditions); + $achievements = $this->Achievement->checkAchievements( + self::$seminary['id'], + self::$character['id'], + $checkConditions + ); // Add notifications foreach($achievements as &$achievement) diff --git a/controllers/QrcodesController.inc b/controllers/QrcodesController.inc index 3598a223..c3838661 100644 --- a/controllers/QrcodesController.inc +++ b/controllers/QrcodesController.inc @@ -129,7 +129,7 @@ /** * Action: charactergroupsachievements * - * Display a QR-code for a Character groups Achievement + * Display a QR-code for a Character groups Achievement. * * @throws \nre\exceptions\IdNotFoundException * @param string $seminaryUrl URL-Title of a Seminary