whitespace fixes
[civicrm-core.git] / extern / rest.php
index 1e88ceea2a6bfcc71a2e09c775efad9d6d83b6fc..842ddc5e853c833bbc6ad661cd752026a02cd8f5 100644 (file)
@@ -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();