From 07eb36583c69ffaeaf19605bc33f400722da4c8a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 31 Jul 2013 11:57:11 +0400 Subject: lang: default to 'en' --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 9d14aae7a..deeb53bf1 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3293,6 +3293,8 @@ } $rv['content'] .= ""; + if (!$line['lang']) $line['lang'] = 'en'; + $rv['content'] .= "
"; $rv['content'] .= $line["content"]; -- cgit v1.2.3-54-g00ecf