소스 검색

- 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 년 전
부모
커밋
b949f09ed0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();