summaryrefslogtreecommitdiff
path: root/pv_chart.php
diff options
context:
space:
mode:
Diffstat (limited to 'pv_chart.php')
-rw-r--r--pv_chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pv_chart.php b/pv_chart.php
index d6354f2..5061501 100644
--- a/pv_chart.php
+++ b/pv_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";
$gBitSystem->isPackageActive( 'stats' );
$gBitSystem->verifyPermission( 'p_stats_view' );