Skip to content

Commit

Permalink
Update error.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
orynider authored Apr 14, 2024
1 parent f751a36 commit 5ba9712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/mx_shared/ErrorHandler/error.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
$showSourceUri = 'http://localhost/modules/mx_shared/ErrorHandler/showSource.php';
$showSourcePrev = 10;
$showSourceNext = 10;
$errNo = isset($errNo) ? $errNo : 0;
?>

<script type="text/javascript">
Expand Down Expand Up @@ -224,4 +225,4 @@ Trick: click on a function's argument to see it fully
Trick: click on a function to see the file & line
Trick: click on the file name to see the source code

</pre>
</pre>

0 comments on commit 5ba9712

Please sign in to comment.