From 40dd9fb5c2f1083b2793674d5c418ead836d764e Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 28 Jan 2010 12:22:34 -0500
Subject: [PATCH] Fixed: FS#1014 - Some strings can not be translated (missing in en.lng?) Merged all language files.
---
interface/lib/app.inc.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php
index e70922a..3e1cf75 100644
--- a/interface/lib/app.inc.php
+++ b/interface/lib/app.inc.php
@@ -175,7 +175,7 @@
@include_once($filename);
if(is_array($wb)) {
if(is_array($this->_wb)) {
- $this->_wb = array_merge($wb,$this->_wb);
+ $this->_wb = array_merge($this->_wb,$wb);
} else {
$this->_wb = $wb;
}
--
Gitblit v1.9.1