From a13951a4618699d72556fcb711996c3aa8639099 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Tue, 17 May 2005 13:17:11 +0000 Subject: [PATCH] when no DB updates and no function calls are needed, do not show confusing text to the user telling him an upgrade has failed. --- include/admin/upgrader.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/admin/upgrader.inc.php b/include/admin/upgrader.inc.php index ede20b1..146f933 100644 --- a/include/admin/upgrader.inc.php +++ b/include/admin/upgrader.inc.php @@ -329,7 +329,7 @@ if (($showAbort && $serendipity['GET']['action'] == 'ignore') || $serendipity['G

-

+