From c70777e19c6b48fe128e7ee9cbcaefb1de84c793 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 8 Dec 2012 14:18:02 -0800 Subject: a bit of e_all cleanup --- include/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/security.php') diff --git a/include/security.php b/include/security.php index eeec2b3d6..dfe646b8d 100644 --- a/include/security.php +++ b/include/security.php @@ -121,7 +121,7 @@ function authenticate_success($user_record, $login_initial = false, $interactive } - if($return || $_SESSION['workflow']) { + if($return || x($_SESSION,'workflow')) { unset($_SESSION['workflow']); return; } -- cgit v1.2.3