From de471e8452a2cc67ae74e7178ecebacb2557b58d Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 12 Apr 2012 22:44:05 +0200 Subject: [PATCH] Updates comment --- .../install/files/lib/acp/action/CacheClearAction.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.20.1