summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-14 13:19:07 +0100
committerSimon Rettberg2017-11-14 13:19:07 +0100
commit855af8af7ca6721dd0341c084932dad1333ec2e5 (patch)
tree9e7ea9cfca625688c4892f59bd6597eb560e3879 /modules-available/locationinfo/page.inc.php
parent[locationinfo] Disable exchange (diff)
downloadslx-admin-855af8af7ca6721dd0341c084932dad1333ec2e5.tar.gz
slx-admin-855af8af7ca6721dd0341c084932dad1333ec2e5.tar.xz
slx-admin-855af8af7ca6721dd0341c084932dad1333ec2e5.zip
[locationinfo] Fix misspelled class, typedef in phpdoc
Diffstat (limited to 'modules-available/locationinfo/page.inc.php')
-rw-r--r--modules-available/locationinfo/page.inc.php4
1 files changed, 2 insertions, 2 deletions
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)
{