Skip to content
Snippets Groups Projects
Commit d10fb7b0 authored by lobo's avatar lobo
Browse files

Merge pull request #1245 from tttp/crm-13091

Start the session on rest.php
parents ffd86f78 d1f4f375
Branches
Tags
No related merge requests found
......@@ -29,6 +29,7 @@ require_once '../civicrm.config.php';
require_once 'CRM/Core/Config.php';
$config = CRM_Core_Config::singleton();
session_start();
require_once 'CRM/Utils/REST.php';
$rest = new CRM_Utils_REST();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment