From d29e2a46520ff03896caa4fb453f26c0587dac36 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 30 Jul 2014 20:59:34 +0200 Subject: improving fallback for unwritable /_nav/var/tmp/cache --- en/about/license/license.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'en') 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; } } -- cgit v1.2.1