- correct way to specify the include...

SVN:trunk[368]
This commit is contained in:
Denis Flaven
2010-04-28 17:05:24 +00:00
parent 14ba5de67f
commit 6cae3c6742

View File

@@ -655,7 +655,7 @@ class DisplayBlock
break;
case 'open_flash_chart_ajax':
include './php-ofc-library/open-flash-chart.php';
include '../pages/php-ofc-library/open-flash-chart.php';
$sChartType = isset($aExtraParams['chart_type']) ? $aExtraParams['chart_type'] : 'pie';
$oChart = new open_flash_chart();