Skip to content

Commit

Permalink
Merge pull request #14074 from mfb/session-start
Browse files Browse the repository at this point in the history
Don't call session_start() before CMS bootstrap (PHP 7.2 compat)
  • Loading branch information
totten authored May 2, 2019
2 parents 5c050e1 + bfd00cf commit 0938c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extern/rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
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
Expand Down

0 comments on commit 0938c0f

Please sign in to comment.