From: Matthias Schmidt Date: Mon, 21 Dec 2015 19:48:08 +0000 (+0100) Subject: Add missing cache reset after page changes X-Git-Tag: 3.0.0_Beta_1~2030^2~207^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=af5d50e344208d2de6f0a0e6e79a2186e33294d8;p=GitHub%2FWoltLab%2FWCF.git Add missing cache reset after page changes --- diff --git a/wcfsetup/install/files/lib/data/page/PageEditor.class.php b/wcfsetup/install/files/lib/data/page/PageEditor.class.php index 5bba637b86..6f4ea91b24 100644 --- a/wcfsetup/install/files/lib/data/page/PageEditor.class.php +++ b/wcfsetup/install/files/lib/data/page/PageEditor.class.php @@ -1,6 +1,8 @@ reset(); + } }