aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2017-07-09 21:42:36 +0200
committerfilip <filip.komar@gmail.com>2017-07-09 21:42:36 +0200
commit80c3b479403d4a585e29e9deab963b41ac91d9f5 (patch)
tree4c94df52eacd62b3abfe282821e4deadbef22563
parent33640ef5ee054a19708e751462eb1397a787f14f (diff)
downloadwww-80c3b479403d4a585e29e9deab963b41ac91d9f5.tar
www-80c3b479403d4a585e29e9deab963b41ac91d9f5.tar.gz
www-80c3b479403d4a585e29e9deab963b41ac91d9f5.tar.bz2
www-80c3b479403d4a585e29e9deab963b41ac91d9f5.tar.xz
www-80c3b479403d4a585e29e9deab963b41ac91d9f5.zip
fix one notice
-rw-r--r--langs/lib.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/langs/lib.php b/langs/lib.php
index 1e1b67413..a5c408038 100644
--- a/langs/lib.php
+++ b/langs/lib.php
@@ -13,6 +13,8 @@ if (isset($_SERVER['APP_MODE']) && $_SERVER['APP_MODE'] !== 'prod') {
ini_set('log_errors', FALSE);
}
+$fullCurrentLang = '';
+
include '../langs.php';
/**