Skip to content
Snippets Groups Projects
Unverified Commit 3115d0c7 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #14193 from seamuslee001/5.14

On PHP 7.2 we cannot start session until it has been configured by Dr…
parents 06b81c21 02d3c3d9
Branches
Tags
No related merge requests found
......@@ -31,7 +31,6 @@ $config = CRM_Core_Config::singleton();
if (defined('PANTHEON_ENVIRONMENT')) {
ini_set('session.save_handler', 'files');
}
session_start();
$rest = new CRM_Utils_REST();
// Json-appropriate header will be set by CRM_Utils_Rest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment