Added missing language vars and removed useless ones

Purge caches via install file
This commit is contained in:
Marc Alexander
2012-03-13 11:24:48 +01:00
parent 53953d4476
commit f2aad0b6a2
13 changed files with 18 additions and 73 deletions

View File

@@ -354,7 +354,13 @@ $versions = array(
),
'2.0.0' => array(
// no changes
// no changes ... purge caches anyways
'cache_purge' => array(
'imageset',
'template',
'theme',
'',
),
),
);