From 1552688a6dc706b8d989bd7de48e293a7b951f64 Mon Sep 17 00:00:00 2001 From: Daniel Hromada Date: Wed, 26 Jan 2011 23:19:05 +0100 Subject: [PATCH] fixin display event related infinite redirect bug --- wwwroot/inc/eventz.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/inc/eventz.inc b/wwwroot/inc/eventz.inc index a5b1d9f..16b706c 100644 --- a/wwwroot/inc/eventz.inc +++ b/wwwroot/inc/eventz.inc @@ -55,7 +55,7 @@ elseif ($status>1) { Header("Location: /id/".$status."/"); } -elseif ($status) { +elseif ($status && $event!='display') { Header("Location: /id/".$node['node_id']."/"); } -- 2.30.2