From 56097745905585e72341fdc770e350bc304e463f Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Mon, 18 May 2026 09:34:29 +0100 Subject: Fix niggle with displaying information when install is being used --- templates/server_stats_inc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}APCu Objects{else}OFF{/if} + , Cache: {if $gBitSystem->isCacheActive()}APCu Objects{else}OFF{/if} {/if}{/strip} -- cgit v1.3