summaryrefslogtreecommitdiff
path: root/modules/translation
diff options
context:
space:
mode:
Diffstat (limited to 'modules/translation')
-rw-r--r--modules/translation/translation.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index 29ab4f117..0a59861cb 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -23,7 +23,7 @@
/**
* Identifies a content type which has translation support enabled.
*/
-define ('TRANSLATION_ENABLED', 2);
+define('TRANSLATION_ENABLED', 2);
/**
* Implementation of hook_help().