Fixed uninitialized Smarty value (fixes s9y/Serendipity#460)
This commit is contained in:
parent
cdf375623d
commit
8791e8929e
@ -109,7 +109,7 @@
|
||||
<dd>{$urd3}</dd>
|
||||
{/foreach}
|
||||
{if $isdir_uploadpath}
|
||||
<dt>{$basedir}{$uploadHTTPPath}</dt>
|
||||
<dt>{$basedir}{serendipity_getConfigVar key='uploadHTTPPath'}</dt>
|
||||
{foreach $upgraderResultDiagnose4 AS $urd4}
|
||||
<dd>{$urd4}</dd>
|
||||
{/foreach}
|
||||
|
Loading…
x
Reference in New Issue
Block a user