diff options
Diffstat (limited to 'pv_chart.php')
| -rw-r--r-- | pv_chart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pv_chart.php b/pv_chart.php index d259e5b..fe078df 100644 --- a/pv_chart.php +++ b/pv_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" ); $gBitSystem->isPackageActive( 'stats' ); $gBitSystem->verifyPermission( 'p_stats_view' ); |
