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();