mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Social fixes
This commit is contained in:
@@ -1494,7 +1494,7 @@ function init_session()
|
||||
|
||||
if($_SESSION['E:SOCIAL'] != FALSE)
|
||||
{
|
||||
$user = $_SESSION['E:SOCIAL'];
|
||||
$user = (array) $_SESSION['E:SOCIAL'];
|
||||
// print_a($_SESSION['E:SOCIAL']);
|
||||
define('USER', true);
|
||||
define('USERID', 1);
|
||||
|
Reference in New Issue
Block a user