X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fexception.tpl;h=4b296614165422114e452bee3ebe002af2044d18;hb=4860dd1a6cd11fc9847e8d055dac3eadbf2b4f51;hp=04e9f82c024689510632da0c034b68c3d07a150c;hpb=aa0b485f3dca72c5448076e913fa54d948cd7731;p=friendica.git diff --git a/view/templates/exception.tpl b/view/templates/exception.tpl index 04e9f82c02..4b29661416 100644 --- a/view/templates/exception.tpl +++ b/view/templates/exception.tpl @@ -2,8 +2,10 @@

{{$title}}

{{$message}}

-{{if $trace}} -
{{$trace nofilter}}
+{{if $thrown}} +
{{$thrown}}
+{{$stack_trace}}
+{{$trace}}
{{/if}}