1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-05 10:25:17 +02:00

clear news cache after batch change.

This commit is contained in:
Cameron 2017-12-31 13:53:25 -08:00
parent 2788e9745c
commit 2d9846272b

View File

@ -842,6 +842,8 @@ class news_admin_ui extends e_admin_ui
$mes->add(LAN_UPDATED.": ".$k, $v);
}
$this->clearCache();
return true;
}