summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemplates/server_stats_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/server_stats_inc.tpl b/templates/server_stats_inc.tpl
index a05211a..2f8a2c0 100755
--- a/templates/server_stats_inc.tpl
+++ b/templates/server_stats_inc.tpl
@@ -5,6 +5,6 @@
{if $server_load}
, {tr}Load:{/tr} {$server_load|default:"–"}
{/if}
- , Cache: {if BitBase::isCacheActive()}<a href="{$smarty.const.KERNEL_PKG_URL}admin/apc.php">APCu Objects</a>{else}OFF{/if}
+ , Cache: {if $gBitSystem->isCacheActive()}<a href="{$smarty.const.KERNEL_PKG_URL}admin/apc.php">APCu Objects</a>{else}OFF{/if}
</div>
{/if}{/strip}