We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b45d8d + 84ac860 commit afb1a00Copy full SHA for afb1a00
1 file changed
application/Views/errors/cli/error_404.php
@@ -3,6 +3,6 @@
3
4
use CodeIgniter\CLI\CLI;
5
6
-CLI::error('ERROR: '.$heading);
+CLI::error('ERROR: ' . $code);
7
CLI::write($message);
8
CLI::newLine();
0 commit comments