summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2017-04-19 23:57:43 +0200
committerSimon Rettberg2017-04-19 23:57:43 +0200
commitdf2518c0d6dde4fa621f880e098f9ce56067817d (patch)
tree8c622a196ce9fba1bb40e6e0b82add4825989e43 /modules-available/locationinfo/page.inc.php
parent[locationinfo] Return untranslated tag of backend property if missing (diff)
downloadslx-admin-df2518c0d6dde4fa621f880e098f9ce56067817d.tar.gz
slx-admin-df2518c0d6dde4fa621f880e098f9ce56067817d.tar.xz
slx-admin-df2518c0d6dde4fa621f880e098f9ce56067817d.zip
[locationinfo] CourseBackend: Rename some methods to be more descriptive
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 a5d220ab..bec605ce 100644
--- a/modules-available/locationinfo/page.inc.php
+++ b/modules-available/locationinfo/page.inc.php
@@ -114,7 +114,7 @@ class Page_LocationInfo extends Page
Util::redirect('?do=locationinfo');
}
- $tmptypeArray = $backend->getCredentials();
+ $tmptypeArray = $backend->getCredentialDefinitions();
$credentialsJson = array();
$counter = 0;
@@ -457,7 +457,7 @@ class Page_LocationInfo extends Page
$backend['active'] = false;
}
- $credentials = $backendInstance->getCredentials();
+ $credentials = $backendInstance->getCredentialDefinitions();
$backend['credentials'] = array();
$counter = 0;