Skip to content

Commit

Permalink
Merge pull request #1272 from samsonasik/fix-undefined-var-heading-in…
Browse files Browse the repository at this point in the history
…-cli-404

Fix undefined variable "heading" in cli 404
  • Loading branch information
lonnieezell committed Oct 1, 2018
2 parents 7b45d8d + 84ac860 commit afb1a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/Views/errors/cli/error_404.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

use CodeIgniter\CLI\CLI;

CLI::error('ERROR: '.$heading);
CLI::error('ERROR: ' . $code);
CLI::write($message);
CLI::newLine();

0 comments on commit afb1a00

Please sign in to comment.