From 001e536e85c23caf74dd3b88cec1c2984320acb3 Mon Sep 17 00:00:00 2001 From: Sem Date: Thu, 5 Sep 2013 17:45:55 +0200 Subject: Upgraded depracated function calls. --- actions/save_state.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/save_state.php') diff --git a/actions/save_state.php b/actions/save_state.php index 42e429e4a..f8a61c580 100644 --- a/actions/save_state.php +++ b/actions/save_state.php @@ -11,7 +11,7 @@ // gatekeeper(); - if (isloggedin()) + if (elgg_is_logged_in()) { global $SESSION; -- cgit v1.2.3