Skip to content
Snippets Groups Projects

Hotline

Merged Patrick Barroca requested to merge hotline into master
Compare and
51 files
+ 934
249
Preferences
Compare changes
Files
51
@@ -42,7 +42,7 @@ class Admin_BatchController extends ZendAfi_Controller_Action {
->save();
$this->_helper->notify('Tâche activée');
$this->_redirectToIndex();
$this->_redirectToReferer();
}
@@ -55,7 +55,7 @@ class Admin_BatchController extends ZendAfi_Controller_Action {
$batch->delete();
$this->_helper->notify('Tâche désactivée');
$this->_redirectToIndex();
$this->_redirectToReferer();
}