summaryrefslogtreecommitdiff
path: root/modules/locale.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale.module')
-rw-r--r--modules/locale.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/locale.module b/modules/locale.module
index d25363dfb..1814b8363 100644
--- a/modules/locale.module
+++ b/modules/locale.module
@@ -339,8 +339,6 @@ function locale($string) {
global $locale;
static $locale_t;
- return ($string); // Need to patch this for a while.
-
if (!isset($locale_t)) {
$cache = cache_get("locale:$locale");