summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-04-06 10:03:29 +0100
committerlsces <lester@lsces.co.uk>2026-04-06 10:03:29 +0100
commit457ba69e560f940ebf6109064ed6c5de87515ffa (patch)
tree8c5e86f7154cf4c298fc0ca839c60df0865e4a7c
parentd001fe5e6b03b5b39e2ca746d5bf50f8cd55695b (diff)
downloadstats-5-php84.tar.gz
stats-5-php84.tar.bz2
stats-5-php84.zip
Needed namespace for the static functionsV5-php84
-rwxr-xr-xincludes/bit_setup_inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/bit_setup_inc.php b/includes/bit_setup_inc.php
index 865ec73..deb36b1 100755
--- a/includes/bit_setup_inc.php
+++ b/includes/bit_setup_inc.php
@@ -1,4 +1,5 @@
<?php
+namespace Bitweaver\Stats;
use Bitweaver\Stats\Statistics;
use Bitweaver\KernelTools;
@@ -94,7 +95,7 @@ if( $gBitSystem->isPackageActive( 'stats' )) {
}
}
} else {
-// $ret = KernelTools::tra 'Unknown URL' );
+ $ret = KernelTools::tra( 'Unknown URL' );
}
return $ret;
}