Bladeren bron

- correct way to specify the include...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@368 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 15 jaren geleden
bovenliggende
commit
b949f09ed0
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      application/displayblock.class.inc.php

+ 1 - 1
application/displayblock.class.inc.php

@@ -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();