Updates comment
authorMatthias Schmidt <gravatronics@live.com>
Thu, 12 Apr 2012 20:44:05 +0000 (22:44 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 12 Apr 2012 20:44:05 +0000 (22:44 +0200)
wcfsetup/install/files/lib/acp/action/CacheClearAction.class.php

index d5860305ea76bded2cd310da5893d31bb917ed84..ccdada0612b69aaf97cd205105b733d72447c156 100644 (file)
@@ -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();