diff options
Diffstat (limited to 'includes/locale.inc')
-rw-r--r-- | includes/locale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index 88d97be24..48b5dbc5e 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -1374,7 +1374,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; - die(); + exit(); } /** |