mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Closes #245 - Link after Forum update.
This commit is contained in:
@@ -1233,6 +1233,9 @@ function step12()
|
|||||||
$ret = $f -> setNewVersion();
|
$ret = $f -> setNewVersion();
|
||||||
|
|
||||||
$mes -> addSuccess("Congratulations, the forum upgrade is now completed!<br /><br />{$ret}");
|
$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);
|
$ns -> tablerender($stepCaption, $mes -> render() . $text);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user