diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-06 10:03:29 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-06 10:03:29 +0100 |
| commit | 457ba69e560f940ebf6109064ed6c5de87515ffa (patch) | |
| tree | 8c5e86f7154cf4c298fc0ca839c60df0865e4a7c /includes | |
| parent | d001fe5e6b03b5b39e2ca746d5bf50f8cd55695b (diff) | |
| download | stats-457ba69e560f940ebf6109064ed6c5de87515ffa.tar.gz stats-457ba69e560f940ebf6109064ed6c5de87515ffa.tar.bz2 stats-457ba69e560f940ebf6109064ed6c5de87515ffa.zip | |
Needed namespace for the static functionsV5-php84
Diffstat (limited to 'includes')
| -rwxr-xr-x | includes/bit_setup_inc.php | 3 |
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; } |
