From 74bca7fb552285e0aca9387fb57c807cc945019b Mon Sep 17 00:00:00 2001 From: Alex Arnaud <alex.arnaud@biblibre.com> Date: Thu, 22 Oct 2015 14:52:46 +0200 Subject: [PATCH] Hotline #29412 - Fix indenting issue --- library/Class/Indexation/PseudoNotice.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Class/Indexation/PseudoNotice.php b/library/Class/Indexation/PseudoNotice.php index 0b367e65a8d..2a4775d0751 100644 --- a/library/Class/Indexation/PseudoNotice.php +++ b/library/Class/Indexation/PseudoNotice.php @@ -485,11 +485,11 @@ class Class_Indexation_PseudoNotice_Cms extends Class_Indexation_PseudoNotice{ protected $_label='m1'; public function save() { - parent::save(); + parent::save(); if($record = $this->_model->getNotice()) (new Class_WebService_Vignette())->updateUrlsFromCacheServer($record); - } + } protected function _prepare() { parent::_prepare(); -- GitLab