aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2014-07-30 20:59:34 +0200
committerfilip <filip.komar@gmail.com>2014-07-30 20:59:34 +0200
commitd29e2a46520ff03896caa4fb453f26c0587dac36 (patch)
tree87a0931aa49a69fa72371067633cc13afe633153 /en
parent3121baf3b109bff164c869740bee7e78e4fe5c4d (diff)
downloadwww-d29e2a46520ff03896caa4fb453f26c0587dac36.tar
www-d29e2a46520ff03896caa4fb453f26c0587dac36.tar.gz
www-d29e2a46520ff03896caa4fb453f26c0587dac36.tar.bz2
www-d29e2a46520ff03896caa4fb453f26c0587dac36.tar.xz
www-d29e2a46520ff03896caa4fb453f26c0587dac36.zip
improving fallback for unwritable /_nav/var/tmp/cache
Diffstat (limited to 'en')
-rw-r--r--en/about/license/license.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/about/license/license.php b/en/about/license/license.php
index 7ae6d1cd7..d1b221d62 100644
--- a/en/about/license/license.php
+++ b/en/about/license/license.php
@@ -109,7 +109,7 @@ P;
if(file_exists($cache_file)) {
include $cache_file;
} else { // fallback
- $license_num_all = 0;
+ $license_num_all = 38;
$license_num_unt = 0;
}
}