From 1368785a6b6f9c946dcc5eca078540bacce71f60 Mon Sep 17 00:00:00 2001 From: brettp Date: Tue, 8 Feb 2011 19:27:58 +0000 Subject: Refs #2543: Core uses the new functions from previous commit. git-svn-id: http://code.elgg.org/elgg/trunk@8078 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/actions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/lib/actions.php') diff --git a/engine/lib/actions.php b/engine/lib/actions.php index a93617df9..4538eda0b 100644 --- a/engine/lib/actions.php +++ b/engine/lib/actions.php @@ -86,8 +86,8 @@ function action($action, $forwarder = "") { } if (isset($CONFIG->actions[$action])) { - if (isadminloggedin() || ($CONFIG->actions[$action]['access'] !== 'admin')) { - if (isloggedin() || ($CONFIG->actions[$action]['access'] === 'public')) { + if (elgg_is_admin_logged_in() || ($CONFIG->actions[$action]['access'] !== 'admin')) { + if (elgg_is_logged_in() || ($CONFIG->actions[$action]['access'] === 'public')) { // Trigger action event // @todo This is only called before the primary action is called. @@ -433,4 +433,4 @@ function ajax_action_hook() { } } -elgg_register_event_handler('init', 'system', 'actions_init'); \ No newline at end of file +elgg_register_event_handler('init', 'system', 'actions_init'); -- cgit v1.2.3