summaryrefslogtreecommitdiff
path: root/usage_chart.php
diff options
context:
space:
mode:
Diffstat (limited to 'usage_chart.php')
-rw-r--r--usage_chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage_chart.php b/usage_chart.php
index 821bd02..8bde8b5 100644
--- a/usage_chart.php
+++ b/usage_chart.php
@@ -20,7 +20,7 @@ use Bitweaver\KernelTools;
use Bitweaver\Stats\Statistics;
require_once '../kernel/includes/setup_inc.php';
-include_once UTIL_PKG_INCLUDE_PATH . "phplot.php";
+include_once STATS_PKG_INCLUDE_PATH . "phplot.php";
global $gBitSystem;
$gBitSystem->isPackageActive( 'stats' );