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, 1 insertions, 1 deletions
diff --git a/modules/locale.module b/modules/locale.module
index 221fca57c..43a3abb65 100644
--- a/modules/locale.module
+++ b/modules/locale.module
@@ -142,7 +142,7 @@ function locale_admin() {
global $id, $edit, $op, $lang;
if (!variable_get("locale", 0)) {
- return status("locale disabled.");
+ print status("locale disabled.");
}
else if (user_access("administer locales")) {
print "<SMALL>". locale_links(1) . locale_links(0) ."<A HREF=\"admin.php?mod=locale\">overview</A> | <A HREF=\"admin.php?mod=locale&op=help\">help</A></SMALL><HR>\n";