Fix for SAAS-747
This commit is contained in:
parent
6dc8837aff
commit
4e37788d92
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue