issue #1849 prevent warning when updating from a version which does not set the new tpl variable

This commit is contained in:
plegall
2023-01-24 09:21:29 +01:00
parent 60f5905e5b
commit d907aa38d9

View File

@@ -57,7 +57,9 @@ p.release .errors {margin:0}
</div>
{/if}
{if isset($PIWIGO_CURRENT_VERSION)}
<p><i class="icon-info-circled-1"></i> {'Currently running version %s'|translate:$PIWIGO_CURRENT_VERSION}</p>
{/if}
{if $STEP == 0}
{if $CHECK_VERSION}