diff options
author | filip <filip.komar@gmail.com> | 2014-12-01 07:31:22 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-12-01 07:31:22 +0100 |
commit | a0ee87af7fde283de1fc932248d8dadececbe7f3 (patch) | |
tree | c409439a9138c0bcdc29df08b87c151b948ff67a /en | |
parent | 86da156d311517ea8e3f454593d80cf1af0347a4 (diff) | |
download | www-a0ee87af7fde283de1fc932248d8dadececbe7f3.tar www-a0ee87af7fde283de1fc932248d8dadececbe7f3.tar.gz www-a0ee87af7fde283de1fc932248d8dadececbe7f3.tar.bz2 www-a0ee87af7fde283de1fc932248d8dadececbe7f3.tar.xz www-a0ee87af7fde283de1fc932248d8dadececbe7f3.zip |
temporary workaround for regenerating l10n numbers from license file
Diffstat (limited to 'en')
-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 485199926..7e309eafe 100644 --- a/en/about/license/license.php +++ b/en/about/license/license.php @@ -81,7 +81,7 @@ function load_license_numbers($lang, $skip_rebuilding_cache = false) if(file_exists($cache_file)) { $cached_time = -1; $po_time = 0; - include $cache_file; +// include $cache_file; $cached_time = intval($cached_time); $po_time = intval($po_time); if($cached_time < $po_time) { |