Skip to content

Commit 6335e6c

Browse files
committed
Merge pull request PHPOffice#398 from papettoTV/develop
Fixed failed include PHPExcel.php in Examples/34chartupdate.php
2 parents 59ef7c3 + 1694960 commit 6335e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/34chartupdate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*/
3838

3939
/** PHPExcel */
40-
include '../Classes/PHPExcel.php';
40+
require_once dirname(__FILE__) . '/../Classes/PHPExcel.php';
4141

4242
if (!file_exists("33chartcreate-bar.xlsx")) {
4343
exit("Please run 33chartcreate-bar.php first." . EOL);

0 commit comments

Comments
 (0)