From 79c2ead0955cf99b566467e28f0a0ada8a24fc95 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 8 Nov 2021 17:11:13 +0530 Subject: [PATCH] Update imp_files.php --- includes/imp_files.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/imp_files.php b/includes/imp_files.php index 29cae41..936a451 100644 --- a/includes/imp_files.php +++ b/includes/imp_files.php @@ -19,6 +19,7 @@ $user_email = null; if (checkLoginStatus()) { if (isset($_SESSION['flo_id'], $_SESSION['user_id'])) { + $fb_id = $_SESSION['fb_id']; $flo_id = $_SESSION['flo_id']; $user_id = $_SESSION['user_id']; } else {