Skip to content

Commit

Permalink
Fix undefined variable "heading" in cli 404
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 29, 2018
1 parent adc5717 commit 84ac860
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 84ac860

Please sign in to comment.