diff options
author | filip <filip.komar@gmail.com> | 2014-12-01 07:36:18 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2014-12-01 07:36:18 +0100 |
commit | bacd8b763a205ea10e773de73edea7b5c7d5d3a9 (patch) | |
tree | e84194a5968f4fabef9fe658500d73b09eaae1ee /en | |
parent | a0ee87af7fde283de1fc932248d8dadececbe7f3 (diff) | |
download | www-bacd8b763a205ea10e773de73edea7b5c7d5d3a9.tar www-bacd8b763a205ea10e773de73edea7b5c7d5d3a9.tar.gz www-bacd8b763a205ea10e773de73edea7b5c7d5d3a9.tar.bz2 www-bacd8b763a205ea10e773de73edea7b5c7d5d3a9.tar.xz www-bacd8b763a205ea10e773de73edea7b5c7d5d3a9.zip |
undo 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 7e309eafe..485199926 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) { |