From 7ce1781f57bf7aee68d6c33a6f0a649508722aec Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 29 Apr 2010 06:50:35 +0000 Subject: [PATCH] - fix false logout when no updates are available and accessing admin_updates.php --- admin_updates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_updates.php b/admin_updates.php index 59fe0248..7cad6429 100644 --- a/admin_updates.php +++ b/admin_updates.php @@ -116,7 +116,7 @@ if($page == 'overview') */ $success_message = $lng['update']['noupdatesavail']; - $redirect_url = 'admin_index.php'; + $redirect_url = 'admin_index.php?s=' . $s; eval("echo \"" . getTemplate("update/noupdatesavail") . "\";"); } }