From 70400171600e00e0f6a313969a385fa236491540 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 30 Mar 2013 10:48:19 +0400 Subject: unbreak auth_remote and possibly other auth plugins --- include/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 34f4112b2..030d8d50e 100644 --- a/include/functions.php +++ b/include/functions.php @@ -582,7 +582,6 @@ function authenticate_user($link, $login, $password, $check_only = false) { if (!SINGLE_USER_MODE) { - $user_id = false; global $pluginhost; @@ -597,6 +596,8 @@ } if ($user_id && !$check_only) { + @session_start(); + $_SESSION["uid"] = $user_id; $result = db_query($link, "SELECT login,access_level,pwd_hash FROM ttrss_users -- cgit v1.2.3