This commit is contained in:
Romain Neutron
2013-06-17 15:09:23 +02:00
parent f6d975764e
commit c061191334
5 changed files with 5 additions and 5 deletions

View File

@@ -165,6 +165,7 @@ class TaskManager implements ControllerProviderInterface
/** /**
* todo : add a message back * todo : add a message back
*/ */
return $app->redirectPath('admin_tasks_list'); return $app->redirectPath('admin_tasks_list');
} }
})->bind('admin_tasks_task_delete'); })->bind('admin_tasks_task_delete');

View File

@@ -44,7 +44,6 @@ class PhraseaRegisterForm extends AbstractType
), ),
)); ));
$builder->add('password', 'repeated', array( $builder->add('password', 'repeated', array(
'type' => 'password', 'type' => 'password',
'required' => true, 'required' => true,