Loading sources/news2.php +1 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,6 @@ function add_news($title, $news, $author = null, $validated = 1, $allow_rating = seo_meta_set_for_explicit('news', strval($id), $meta_keywords, $meta_description); } if ($validated == 1) { decache('main_news'); decache('main_image_fader_news'); decache('side_news'); Loading @@ -408,6 +407,7 @@ function add_news($title, $news, $author = null, $validated = 1, $allow_rating = decache('bottom_news'); decache('side_news_categories'); if ($validated == 1) { dispatch_news_notification($id, $title, $main_news_category_id); } Loading Loading
sources/news2.php +1 −1 Original line number Diff line number Diff line Loading @@ -400,7 +400,6 @@ function add_news($title, $news, $author = null, $validated = 1, $allow_rating = seo_meta_set_for_explicit('news', strval($id), $meta_keywords, $meta_description); } if ($validated == 1) { decache('main_news'); decache('main_image_fader_news'); decache('side_news'); Loading @@ -408,6 +407,7 @@ function add_news($title, $news, $author = null, $validated = 1, $allow_rating = decache('bottom_news'); decache('side_news_categories'); if ($validated == 1) { dispatch_news_notification($id, $title, $main_news_category_id); } Loading