From 6744c5b91cd98f5f7cce1fc6ba616845f6dfa051 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 5 May 2013 18:59:51 -0700 Subject: [PATCH] Closes #245 - Link after Forum update. --- e107_plugins/forum/forum_update.php | 3 +++ 1 file changed, 3 insertions(+) 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; }