diff options
Diffstat (limited to 'mod/pages/actions')
-rw-r--r-- | mod/pages/actions/pages/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pages/actions/pages/edit.php b/mod/pages/actions/pages/edit.php index c8b151a97..b5ce6eb3b 100644 --- a/mod/pages/actions/pages/edit.php +++ b/mod/pages/actions/pages/edit.php @@ -9,7 +9,7 @@ global $CONFIG; gatekeeper(); -set_context('pages'); +elgg_set_context('pages'); //boolean to select correct add to river. It will be new or edit $which_river = 'new'; |