summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-08-30 12:27:08 -0400
committerspiderr <spiderr@bitweaver.org>2021-08-30 12:27:08 -0400
commitf0be374506ee67c414c19ba627ed56b05ca0fdba (patch)
tree6b0b1e3d85653cc2d479abc8c5f76a19dbb98530
parent88a56d3a19eb8f64280466764dd006fda796c016 (diff)
downloadstats-f0be374506ee67c414c19ba627ed56b05ca0fdba.tar.gz
stats-f0be374506ee67c414c19ba627ed56b05ca0fdba.tar.bz2
stats-f0be374506ee67c414c19ba627ed56b05ca0fdba.zip
fix STATS_PKG_CLASS_PATH.'Statistics.php'
-rw-r--r--users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/users.php b/users.php
index d467345..ba48b8e 100644
--- a/users.php
+++ b/users.php
@@ -14,7 +14,7 @@
* Required files
*/
require_once( '../kernel/includes/setup_inc.php' );
-require_once( STATS_PKG_PATH.'Statistics.php' );
+require_once( STATS_PKG_CLASS_PATH.'Statistics.php' );
$stats = new Statistics();