summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/module.php
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-06-30 00:22:16 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-06-30 00:22:16 -0700
commit4dfb5aaf250164d9096e8fafc6b1a27386f8c8e5 (patch)
tree9d3f96f7c71171071375455da9d30c42c7800f01 /modules/gallery/helpers/module.php
parent176030f68a5cf5f6822cc11aaa3f324c29686085 (diff)
Fix i18n issue - accidentally called t() on translated messages. Please truncate incoming_translations after this
update to get rid of bad messages in your DB.
Diffstat (limited to 'modules/gallery/helpers/module.php')
-rw-r--r--modules/gallery/helpers/module.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gallery/helpers/module.php b/modules/gallery/helpers/module.php
index 0e9aecdc..0d483206 100644
--- a/modules/gallery/helpers/module.php
+++ b/modules/gallery/helpers/module.php
@@ -86,8 +86,6 @@ class module_Core {
$m->code_version = $m->version;
$m->version = self::get_version($module_name);
$m->locked = false;
- $m->name = t($m->name);
- $m->description = t($m->description);
}
// Lock certain modules