From 0950de5691c8f3e6b3115413e54d4932a2c923c7 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 8 May 2013 00:29:21 +0200 Subject: bug 28: Yet another missed reference --- includes/lib/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/lib/l10n.php b/includes/lib/l10n.php index 4e1a867..41d785d 100644 --- a/includes/lib/l10n.php +++ b/includes/lib/l10n.php @@ -354,7 +354,7 @@ class L10n { self::set_translation($row['language']); } } else { - $this->set_translation('en'); + self::set_translation('en'); } } } -- cgit v1.2.1