Skip to content
Snippets Groups Projects

Hotline#13866 Indexation Sitotheque Domaines

Merged Laurent requested to merge hotline#13866_indexation_sitotheque_domaines into hotline_6.45
Compare and
+ 154
109
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;