From 87ab15d0240b74baee983ec15f48639854b5f785 Mon Sep 17 00:00:00 2001 From: zyx0814 Date: Fri, 17 May 2024 19:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BC=93=E5=AD=98=E6=97=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=B7=AF=E7=94=B1=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/system/interface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/system/interface.php b/admin/system/interface.php index 4706770..fbd9d00 100644 --- a/admin/system/interface.php +++ b/admin/system/interface.php @@ -33,6 +33,7 @@ $type = explode('_', $_GET['type']); if (in_array('data', $type)) { updatecache(); + C::t('pichome_route')->update_route(); } if (in_array('tpl', $type) && $_G['config']['output']['tplrefresh']) { cleartemplatecache();