From c80f32c614e48e237bcc3b72b780badf17d99dca Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 8 Oct 2011 17:56:27 -0400 Subject: Fixes #3936 added @access private to internal functions --- engine/lib/actions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/lib/actions.php') 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'); -- cgit v1.2.3