aboutsummaryrefslogtreecommitdiffstats
path: root/en/about
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2014-12-01 07:36:18 +0100
committerfilip <filip.komar@gmail.com>2014-12-01 07:36:18 +0100
commitbacd8b763a205ea10e773de73edea7b5c7d5d3a9 (patch)
treee84194a5968f4fabef9fe658500d73b09eaae1ee /en/about
parenta0ee87af7fde283de1fc932248d8dadececbe7f3 (diff)
downloadwww-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/about')
-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 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) {