From 6a3eb76d8110538801140d99bff7619fc18c4d21 Mon Sep 17 00:00:00 2001 From: Filip Komar Date: Fri, 21 Jun 2013 18:25:04 +0000 Subject: added value init --- en/about/license/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'en') diff --git a/en/about/license/index.php b/en/about/license/index.php index 86e86d66a..2148ec56e 100644 --- a/en/about/license/index.php +++ b/en/about/license/index.php @@ -79,6 +79,7 @@ $license_strings = array( $search = array('\\"','\n\n', '\n', ' '); $replace = array('"','
', ' ', ' '); foreach($license_strings as $value) { + $license_string = ''; if(isset($po_file[$value[0]]["msgstr"][0])) { $license_string = $po_file[$value[0]]["msgstr"][0]; } -- cgit v1.2.1