summaryrefslogtreecommitdiff
path: root/includes/lib
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2011-10-16 05:07:49 +0200
committerMichael Tänzer <neo@nhng.de>2011-10-16 05:07:49 +0200
commit6e0ae5b60fdb53fccfa90519522fb9b1cbd44e45 (patch)
tree50273db9200af317c5245f1f0a511a2fa55087ce /includes/lib
parentd581655fb544070921a38ac92efb30422f7560d8 (diff)
downloadcacert-devel-6e0ae5b60fdb53fccfa90519522fb9b1cbd44e45.tar.gz
cacert-devel-6e0ae5b60fdb53fccfa90519522fb9b1cbd44e45.tar.xz
cacert-devel-6e0ae5b60fdb53fccfa90519522fb9b1cbd44e45.zip
bug 985: doh, actually return something
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'includes/lib')
-rw-r--r--includes/lib/l10n.php2
1 files changed, 2 insertions, 0 deletions
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