Skip to content
Snippets Groups Projects

Hotline master

Merged Patrick Barroca requested to merge hotline-master into master
Compare and
+ 429
225
Preferences
Compare changes
Files
@@ -78,6 +78,7 @@ class Admin_IndexController extends ZendAfi_Controller_Action {
$this->_redirectClose('admin/index/adminvaredit/cle/'.$id);
return;
}
$form->getElement('valeur')->addErrors($var->getErrors());
$this->_helper->notify('Erreur(s) : ' . implode(', ', $var->getErrors())
. ', variable '.$id.' NON sauvegardée');
@@ -85,7 +86,7 @@ class Admin_IndexController extends ZendAfi_Controller_Action {
$this->view->form = $form;
$this->view->admin_var = $var;
$this->view->titre = 'Modifier la variable: ' . $var->getId();
$this->view->titre = 'Modifier la variable: ' . $var->getId();
}