mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix CS
This commit is contained in:
@@ -165,6 +165,7 @@ class TaskManager implements ControllerProviderInterface
|
||||
/**
|
||||
* todo : add a message back
|
||||
*/
|
||||
|
||||
return $app->redirectPath('admin_tasks_list');
|
||||
}
|
||||
})->bind('admin_tasks_task_delete');
|
||||
|
@@ -44,7 +44,6 @@ class PhraseaRegisterForm extends AbstractType
|
||||
),
|
||||
));
|
||||
|
||||
|
||||
$builder->add('password', 'repeated', array(
|
||||
'type' => 'password',
|
||||
'required' => true,
|
||||
|
Reference in New Issue
Block a user