diff --git a/e107_plugins/forum/forum_update.php b/e107_plugins/forum/forum_update.php
index 322b4b4eb..0de814d9e 100644
--- a/e107_plugins/forum/forum_update.php
+++ b/e107_plugins/forum/forum_update.php
@@ -1233,6 +1233,9 @@ function step12()
$ret = $f -> setNewVersion();
$mes -> addSuccess("Congratulations, the forum upgrade is now completed!
{$ret}");
+
+ $text = "Return to e107 Update";
+
$ns -> tablerender($stepCaption, $mes -> render() . $text);
return;
}