aboutsummaryrefslogtreecommitdiffstats
path: root/include/security.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-08 14:18:02 -0800
committerfriendica <info@friendica.com>2012-12-08 14:18:02 -0800
commitc70777e19c6b48fe128e7ee9cbcaefb1de84c793 (patch)
tree3f3a7b4cdd841b1ed37561c34c67de3f9e4e4a48 /include/security.php
parentddedbda9660c35c908c0612c54536664849255cd (diff)
downloadvolse-hubzilla-c70777e19c6b48fe128e7ee9cbcaefb1de84c793.tar.gz
volse-hubzilla-c70777e19c6b48fe128e7ee9cbcaefb1de84c793.tar.bz2
volse-hubzilla-c70777e19c6b48fe128e7ee9cbcaefb1de84c793.zip
a bit of e_all cleanup
Diffstat (limited to 'include/security.php')
-rw-r--r--include/security.php2
1 files changed, 1 insertions, 1 deletions
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;
}