forked from GNUsocial/gnu-social
Merge branch 'testing' into 0.9.x
Conflicts: actions/apioauthauthorize.php
This commit is contained in:
@@ -178,7 +178,6 @@ function common_ensure_session()
|
||||
}
|
||||
if (isset($id)) {
|
||||
session_id($id);
|
||||
setcookie(session_name(), $id);
|
||||
}
|
||||
@session_start();
|
||||
if (!isset($_SESSION['started'])) {
|
||||
|
||||
Reference in New Issue
Block a user