LoginForm: explicitely remove renderLayout

Should prevent against rare race conditions.

refs #6584
This commit is contained in:
Thomas Gelf 2014-08-19 11:35:51 +02:00
parent c69af6c5d2
commit 0d3fb9e7a5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class LoginForm extends Form
*/ */
protected function create() protected function create()
{ {
$url = Url::fromRequest(); $url = Url::fromRequest()->without('renderLayout');
$this->setName('form_login'); $this->setName('form_login');
$this->addElement('text', 'username', array( $this->addElement('text', 'username', array(