summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index fab8356bf..543ebc48a 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -1391,7 +1391,7 @@ function _locale_export_po($language = NULL, $output = NULL) {
header("Content-Disposition: attachment; filename=$filename");
header("Content-Type: text/plain; charset=utf-8");
print $output;
- exit();
+ drupal_exit();
}
/**