Skip to content
Snippets Groups Projects

Master

Merged Patrick Barroca requested to merge master into WIP
Compare and
+ 160
110
Preferences
Compare changes
Files
@@ -288,6 +288,8 @@ class Admin_SitoController extends Zend_Controller_Action {
if ($site
->updateAttributes($post)
->save()) {
$site->index();
(new Storm_Cache())->clean();
$this->_helper->notify($this->_('Le site "%s" a été sauvegardé', $site->getTitre()));
$this->_redirect('/admin/sito/sitoedit/id/'.$site->getId());
return;