From bbf2119ea345f4ef861f3ec8b39ff6053e46055e Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms Date: Wed, 12 Aug 2015 11:33:21 +0200 Subject: [PATCH] allow localization --- controllers/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/show.php b/controllers/show.php index ec8a8e0..2ff90bd 100644 --- a/controllers/show.php +++ b/controllers/show.php @@ -183,7 +183,7 @@ protected function getCourses() $rows = $statement->fetchAll(PDO::FETCH_ASSOC); if (!empty($cm)) { - $courses['unbegrenzt laufende'] = $rows; + $courses[_('unbegrenzt laufende')] = $rows; } return $courses;