diff options
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r-- | engine/lib/actions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php index 44d1a715d..f415842ab 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -482,6 +482,7 @@ function ajax_action_hook() { /** * Initialize some ajaxy actions features + * @access private */ function actions_init() { elgg_register_action('security/refreshtoken', '', 'public'); |