mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 23:43:12 +00:00
Fix CS
This commit is contained in:
@@ -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');
|
||||||
|
@@ -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,
|
||||||
|
Reference in New Issue
Block a user