Skip to content
Snippets Groups Projects
Commit 02d3c3d9 authored by mfb's avatar mfb Committed by Seamus Lee
Browse files

On PHP 7.2 we cannot start session until it has been configured by Drupal.

parent 06b81c21
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