1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Closes #245 - Link after Forum update.

This commit is contained in:
Cameron
2013-05-05 18:59:51 -07:00
parent dc4b659c40
commit 6744c5b91c

View File

@@ -1233,6 +1233,9 @@ function step12()
$ret = $f -> setNewVersion();
$mes -> addSuccess("Congratulations, the forum upgrade is now completed!<br /><br />{$ret}");
$text = "<a class='btn btn-primary' href='".e_ADMIN."e107_update.php'>Return to e107 Update</a>";
$ns -> tablerender($stepCaption, $mes -> render() . $text);
return;
}