aboutsummaryrefslogtreecommitdiff
path: root/pages/avatar/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/avatar/edit.php')
-rw-r--r--pages/avatar/edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/avatar/edit.php b/pages/avatar/edit.php
index a577170a0..5e44eb4b0 100644
--- a/pages/avatar/edit.php
+++ b/pages/avatar/edit.php
@@ -6,6 +6,8 @@
// Only logged in users
gatekeeper();
+elgg_set_context('profile_edit');
+
$title = elgg_echo('avatar:edit');
$content = elgg_view('core/avatar/upload', array('entity' => elgg_get_page_owner()));