Fix for SAAS-747

This commit is contained in:
Duncan Sommerville 2015-04-28 11:42:18 -04:00
parent 6dc8837aff
commit 4e37788d92

View file

@ -16,6 +16,9 @@ class UserController extends Zend_Controller_Action
public function addUserAction()
{
// Start the session to re-open write permission to the session so we can
// create the namespace for our csrf token verification
session_start();
$CC_CONFIG = Config::getConfig();
$request = $this->getRequest();