From 6e0ae5b60fdb53fccfa90519522fb9b1cbd44e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Sun, 16 Oct 2011 05:07:49 +0200 Subject: bug 985: doh, actually return something MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- includes/lib/l10n.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/lib') diff --git a/includes/lib/l10n.php b/includes/lib/l10n.php index 386cece..58b6859 100644 --- a/includes/lib/l10n.php +++ b/includes/lib/l10n.php @@ -327,5 +327,7 @@ class L10n { $_SESSION['_config']['recode'] = "html..ISO-8859-13"; } + + return true; } } \ No newline at end of file -- cgit v1.2.1