1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Social fixes

This commit is contained in:
CaMer0n
2012-06-14 11:16:13 +00:00
parent f960364d7f
commit 1921e5ab93
3 changed files with 9 additions and 9 deletions

View File

@@ -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);