diff options
Diffstat (limited to 'actions/save_state.php')
-rw-r--r-- | actions/save_state.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |