From: Matthias Schmidt Date: Thu, 12 Apr 2012 20:44:05 +0000 (+0200) Subject: Updates comment X-Git-Tag: 2.0.0_Beta_1~1028^2~9^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=de471e8452a2cc67ae74e7178ecebacb2557b58d;p=GitHub%2FWoltLab%2FWCF.git Updates comment --- diff --git a/wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php b/wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php index d5860305ea..ccdada0612 100644 --- a/wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php +++ b/wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php @@ -33,7 +33,7 @@ class CacheClearAction extends AbstractAction { public function execute() { parent::execute(); - // delete templates as well + // delete language cache and compiled templates as well LanguageFactory::getInstance()->deleteLanguageCache(); $conditions = new PreparedStatementConditionBuilder();