Skip to content

Commit

Permalink
Merge pull request PHPOffice#398 from papettoTV/develop
Browse files Browse the repository at this point in the history
Fixed failed include PHPExcel.php in Examples/34chartupdate.php
  • Loading branch information
Progi1984 committed Jul 9, 2014
2 parents 59ef7c3 + 1694960 commit 6335e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/34chartupdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/

/** PHPExcel */
include '../Classes/PHPExcel.php';
require_once dirname(__FILE__) . '/../Classes/PHPExcel.php';

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

0 comments on commit 6335e6c

Please sign in to comment.