aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
Diffstat (limited to 'en')
-rw-r--r--en/about/license/index.php1
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];
}