From 2d9846272ba4be333d5df681cb228f97a1c6a606 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 31 Dec 2017 13:53:25 -0800 Subject: [PATCH] clear news cache after batch change. --- e107_admin/newspost.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e107_admin/newspost.php b/e107_admin/newspost.php index d6f72f838..7520027a5 100644 --- a/e107_admin/newspost.php +++ b/e107_admin/newspost.php @@ -842,6 +842,8 @@ class news_admin_ui extends e_admin_ui $mes->add(LAN_UPDATED.": ".$k, $v); } + $this->clearCache(); + return true; }