aboutsummaryrefslogtreecommitdiffstats
path: root/en/about
diff options
context:
space:
mode:
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) {