From: Alexander Ebert Date: Tue, 3 Mar 2015 12:33:39 +0000 (+0100) Subject: Deleting a smiley category did not reset the cache X-Git-Tag: 2.1.1~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d25409657ef151f2e45aee44c9d0f88e9f54a38d;p=GitHub%2FWoltLab%2FWCF.git Deleting a smiley category did not reset the cache --- diff --git a/wcfsetup/install/files/lib/system/category/SmileyCategoryType.class.php b/wcfsetup/install/files/lib/system/category/SmileyCategoryType.class.php index 07b6ebd38b..73c7f14dad 100644 --- a/wcfsetup/install/files/lib/system/category/SmileyCategoryType.class.php +++ b/wcfsetup/install/files/lib/system/category/SmileyCategoryType.class.php @@ -1,5 +1,7 @@ reset(); + } + /** * @see \wcf\system\category\ICategoryType::canAddCategory() */