diff options
author | Filip Komar <filip@mageia.org> | 2013-06-21 18:25:04 +0000 |
---|---|---|
committer | Filip Komar <filip@mageia.org> | 2013-06-21 18:25:04 +0000 |
commit | 6a3eb76d8110538801140d99bff7619fc18c4d21 (patch) | |
tree | e02f45686d766cc9c02a709a214fd8f25fe555bb /en/about/license/index.php | |
parent | 8990c880c5a3e9921ee08a6dac4f8637f6d45063 (diff) | |
download | www-6a3eb76d8110538801140d99bff7619fc18c4d21.tar www-6a3eb76d8110538801140d99bff7619fc18c4d21.tar.gz www-6a3eb76d8110538801140d99bff7619fc18c4d21.tar.bz2 www-6a3eb76d8110538801140d99bff7619fc18c4d21.tar.xz www-6a3eb76d8110538801140d99bff7619fc18c4d21.zip |
added value init
Diffstat (limited to 'en/about/license/index.php')
-rw-r--r-- | en/about/license/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
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('"','<br>', ' ', ' '); foreach($license_strings as $value) { + $license_string = ''; if(isset($po_file[$value[0]]["msgstr"][0])) { $license_string = $po_file[$value[0]]["msgstr"][0]; } |