From af5d50e344208d2de6f0a0e6e79a2186e33294d8 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 21 Dec 2015 20:48:08 +0100 Subject: [PATCH] Add missing cache reset after page changes --- .../install/files/lib/data/page/PageEditor.class.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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(); + } } -- 2.20.1