GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08f5f7a
)
fixin display event related infinite redirect bug
author
Daniel Hromada
<hromi@Aphrodité.(none)>
Wed, 26 Jan 2011 22:19:05 +0000
(23:19 +0100)
committer
Daniel Hromada
<hromi@Aphrodité.(none)>
Wed, 26 Jan 2011 22:19:05 +0000
(23:19 +0100)
wwwroot/inc/eventz.inc
patch
|
blob
|
blame
|
history
diff --git
a/wwwroot/inc/eventz.inc
b/wwwroot/inc/eventz.inc
index a5b1d9fbcdc12a0fd17c6125742f669a1f4ebd8b..16b706c24f964b568598355b4852c269d814a21a 100644
(file)
--- 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']."/");
}
This page took
0.296863 seconds
and
4
git commands to generate.