From 4c27d9e8445db7d802096cd4c8e63a1562d06261 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 1 Jun 2006 12:32:52 +0000 Subject: - Patch #49855 by Egon: Impossible to export locale if unsupported characters in site's name. --- includes/locale.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/locale.inc b/includes/locale.inc index 4bf5b89e2..60d63a47c 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -1084,7 +1084,7 @@ function _locale_export_po($language) { // Generating Portable Object Template else { - $filename = variable_get('site_name', 'drupal') .'.pot'; + $filename = 'drupal.pot'; $header .= "# LANGUAGE translation of PROJECT\n"; $header .= "# Copyright (c) YEAR NAME \n"; $header .= "#\n"; -- cgit v1.2.3