diff options
Diffstat (limited to 'item_chart.php')
| -rwxr-xr-x | item_chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/item_chart.php b/item_chart.php index 2942bdc..6bcb67c 100755 --- a/item_chart.php +++ b/item_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' ); |
