From 855af8af7ca6721dd0341c084932dad1333ec2e5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 14 Nov 2017 13:19:07 +0100 Subject: [locationinfo] Fix misspelled class, typedef in phpdoc --- modules-available/locationinfo/page.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules-available/locationinfo/page.inc.php') diff --git a/modules-available/locationinfo/page.inc.php b/modules-available/locationinfo/page.inc.php index f8aa1c5b..30c38362 100644 --- a/modules-available/locationinfo/page.inc.php +++ b/modules-available/locationinfo/page.inc.php @@ -331,7 +331,7 @@ class Page_LocationInfo extends Page $backend = CourseBackend::getInstance($servertype); if ($backend === false) { - Messages::addError('invalid-backend-type', $servertype); + Message::addError('invalid-backend-type', $servertype); Util::redirect('?do=locationinfo'); } @@ -582,7 +582,7 @@ class Page_LocationInfo extends Page /** * Ajax the time table * - * @param $id id of the location + * @param int $id id of the location */ private function ajaxConfigLocation($id) { -- cgit v1.2.3-55-g7522