diff options
author | filip <filip.komar@gmail.com> | 2014-07-30 20:59:34 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-07-30 20:59:34 +0200 |
commit | d29e2a46520ff03896caa4fb453f26c0587dac36 (patch) | |
tree | 87a0931aa49a69fa72371067633cc13afe633153 | |
parent | 3121baf3b109bff164c869740bee7e78e4fe5c4d (diff) | |
download | www-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
-rw-r--r-- | en/about/license/license.php | 2 |
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; } } |