Skip to content

Commit

Permalink
🐛 #67 corrigindo chamada do metodo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Apr 14, 2019
1 parent 7c95705 commit 0e1a519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/TCreateIndex.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function show($print = false)
$this->addBlankLine();
$this->addLine('$app = new TApplication(); // criar uma instancia do objeto aplicacao');
$this->addLine('$app->setAppRootDir(__DIR__);');
$this->addLine('$app->setTitle(FORMDIN_VERSION_MIN_VERSION);');
$this->addLine('$app->setFormDinMinimumVersion(FORMDIN_VERSION_MIN_VERSION);');
$this->addLine('$app->setTitle(SYSTEM_NAME);');
//$this->addLine('$app->setSUbTitle(SYSTEM_NAME_SUB);');
$this->addLine('$app->setSigla(SYSTEM_ACRONYM);');
Expand Down

0 comments on commit 0e1a519

Please sign in to comment.