Merge pull request #461 from webcompas/master
Fixed uninitialized Smarty value (fixes #460)
This commit is contained in:
commit
3702139dcf
@ -109,7 +109,7 @@
|
|||||||
<dd>{$urd3}</dd>
|
<dd>{$urd3}</dd>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{if $isdir_uploadpath}
|
{if $isdir_uploadpath}
|
||||||
<dt>{$basedir}{$uploadHTTPPath}</dt>
|
<dt>{$basedir}{serendipity_getConfigVar key='uploadHTTPPath'}</dt>
|
||||||
{foreach $upgraderResultDiagnose4 AS $urd4}
|
{foreach $upgraderResultDiagnose4 AS $urd4}
|
||||||
<dd>{$urd4}</dd>
|
<dd>{$urd4}</dd>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user