1
0

fixed upgrader_return_here path message

This commit is contained in:
Ian
2012-04-10 18:19:13 +02:00
parent e32a5e7e46
commit 92a19a968d
2 changed files with 4 additions and 1 deletions

@ -24,7 +24,9 @@
<div class="serendipityAdminMsgSuccess"><img style="height: 22px; width: 22px; border: 0px; padding-right: 4px; vertical-align: middle" src="{serendipity_getFile file='admin/img/admin_msg_success.png'}" alt="" />{$CONST.SERENDIPITY_UPGRADER_NOW_UPGRADED|sprintf:$s9y_version}</div>
{/if}
<br />
<div align="center">{$CONST.SERENDIPITY_UPGRADER_RETURN_HERE|sprintf:'<a href="{$serendipityHTTPPath}">':'</a>'}</div>
{if $return_here}
<div align="center">{$print_UPGRADER_RETURN_HERE}</div>
{/if]
{else}
<h2>{$CONST.SERENDIPITY_UPGRADER_WELCOME}</h2>
{$CONST.SERENDIPITY_UPGRADER_PURPOSE|sprintf:$s9y_version_installed}<br />

@ -262,6 +262,7 @@ if (($showAbort && $serendipity['GET']['action'] == 'ignore') || $serendipity['G
// void
}
$data['return_here'] = true;
$data['print_UPGRADER_RETURN_HERE'] = sprintf(SERENDIPITY_UPGRADER_RETURN_HERE, '<a href="'. $serendipity['serendipityHTTPPath'] .'">', '</a>');
$_SESSION['serendipityAuthedUser'] = false;
@session_destroy();
} else {