Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 authored Sep 30, 2024
1 parent 7d83810 commit 303d5df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/Error/error500.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<?php $file = $error->getFile() ?>
<?php $line = $error->getLine() ?>
<strong>Error in: </strong>
<?= $this->Html->link(sprintf('%s, line %s', Debugger::trimPath($file), $line), Debugger::editorUrl($file, $line)); ?>
<?= $this->Html->link(
sprintf('%s, line %s', Debugger::trimPath($file), $line), Debugger::editorUrl($file, $line)
); ?>
<?php endif; ?>
<?php
echo $this->element('auto_table_warning');
Expand Down

0 comments on commit 303d5df

Please sign in to comment.