aboutsummaryrefslogtreecommitdiff
path: root/mod/ecml/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/ecml/start.php')
-rw-r--r--mod/ecml/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ecml/start.php b/mod/ecml/start.php
index 2c6cc073b..14031aac4 100644
--- a/mod/ecml/start.php
+++ b/mod/ecml/start.php
@@ -181,7 +181,7 @@ function ecml_generate_page_handler($page) {
*/
function ecml_admin_page_handler($page) {
admin_gatekeeper();
- set_context('admin');
+ elgg_set_context('admin');
$content = elgg_view('ecml/admin/ecml_admin');
$body = elgg_view_layout('one_column_with_sidebar', $content);
echo elgg_view_page(elgg_echo('ecml:admin'), $body);