X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Fexception.tpl;h=0456136bc48aafeee8091f873cd2c8e3dbe4eaf5;hb=b3d8924ccce3328ecc4a63613c48c6059b26190b;hp=04e9f82c024689510632da0c034b68c3d07a150c;hpb=3ebc0371b71b9fb2522bdb9538fc34ec48653d08;p=friendica.git diff --git a/view/templates/exception.tpl b/view/templates/exception.tpl index 04e9f82c02..0456136bc4 100644 --- a/view/templates/exception.tpl +++ b/view/templates/exception.tpl @@ -2,8 +2,12 @@

{{$title}}

{{$message}}

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

+{{/if}}