Merge pull request #3511 from lcdservices/CRM-14872
[civicrm-core.git] / extern / rest.php
index 1e88ceea2a6bfcc71a2e09c775efad9d6d83b6fc..57863642f47bc3c30bf784083200282a8b249e62 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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();