Skip to content

Commit

Permalink
fix: lowercase path for pdf class
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiservice committed Mar 15, 2018
1 parent 80cc354 commit 87c5207
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//AUTO LOAD DE CALSSES ###################
spl_autoload_register(function ($pClass) {

$cDir = array('model', 'controller', 'dao', 'util', 'util/FPDF');
$cDir = array('model', 'controller', 'dao', 'util', 'util/fpdf');
$iDir = null; //se houve a inclusao do diretorio caso não, lança um ERRO
//__DIR__ => pega o nome do diretorio deste Arquivo Config.inc.php no caso _app

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 87c5207

Please sign in to comment.