Skip to content

Commit

Permalink
Fixed failed include PHPExcel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
papettoTV committed Jul 9, 2014
1 parent 59ef7c3 commit 1694960
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 1694960

Please sign in to comment.