Skip to content

Commit afb1a00

Browse files
authored
Merge pull request #1272 from samsonasik/fix-undefined-var-heading-in-cli-404
Fix undefined variable "heading" in cli 404
2 parents 7b45d8d + 84ac860 commit afb1a00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/Views/errors/cli/error_404.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
use CodeIgniter\CLI\CLI;
55

6-
CLI::error('ERROR: '.$heading);
6+
CLI::error('ERROR: ' . $code);
77
CLI::write($message);
88
CLI::newLine();

0 commit comments

Comments
 (0)