Merge pull request #2166 from davecivicrm/CRM-13420
[civicrm-core.git] / extern / rest.php
index 1e88ceea2a6bfcc71a2e09c775efad9d6d83b6fc..892ebff221b12fad60ad24fc96606c7f7eb582f4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -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();