fixin display event related infinite redirect bug
authorDaniel Hromada <hromi@Aphrodité.(none)>
Wed, 26 Jan 2011 22:19:05 +0000 (23:19 +0100)
committerDaniel Hromada <hromi@Aphrodité.(none)>
Wed, 26 Jan 2011 22:19:05 +0000 (23:19 +0100)
wwwroot/inc/eventz.inc

index a5b1d9fbcdc12a0fd17c6125742f669a1f4ebd8b..16b706c24f964b568598355b4852c269d814a21a 100644 (file)
@@ -55,7 +55,7 @@ elseif ($status>1) {
        Header("Location: /id/".$status."/");
 }
 
-elseif ($status) {
+elseif ($status && $event!='display') {
        Header("Location: /id/".$node['node_id']."/");
 } 
 
This page took 0.149465 seconds and 4 git commands to generate.