summaryrefslogtreecommitdiff
path: root/item_chart.php
diff options
context:
space:
mode:
Diffstat (limited to 'item_chart.php')
-rw-r--r--item_chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/item_chart.php b/item_chart.php
index e28cf60..6dbdedd 100644
--- a/item_chart.php
+++ b/item_chart.php
@@ -18,7 +18,7 @@
*/
require_once( '../kernel/setup_inc.php' );
include_once( STATS_PKG_PATH . "Statistics.php" );
-include_once( UTIL_PKG_PATH . "phplot.php" );
+include_once( UTIL_PKG_INC . "phplot.php" );
global $gBitSystem;
$gBitSystem->isPackageActive( 'stats' );