diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/ecml/start.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/ecml/start.php b/mod/ecml/start.php index 7f99747e9..983894511 100644 --- a/mod/ecml/start.php +++ b/mod/ecml/start.php @@ -100,9 +100,10 @@ function ecml_help_page_handler($page) { */ function ecml_admin_page_handler($page) { admin_gatekeeper(); + set_context('admin'); $content = elgg_view('ecml/admin/ecml_admin'); $body = elgg_view_layout('one_column_with_sidebar', $content); - echo page_draw(elgg_echo('ecml:admin'), $body); + echo page_draw(elgg_echo('ecml:admin'), $body); } /** |