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:
2bcd35a
)
typo fix
author
niekt0
<niekt0@kyberia.cz>
Fri, 12 Nov 2010 21:58:39 +0000
(22:58 +0100)
committer
niekt0
<niekt0@kyberia.cz>
Fri, 12 Nov 2010 21:58:39 +0000
(22:58 +0100)
wwwroot/nodes.php
patch
|
blob
|
blame
|
history
diff --git
a/wwwroot/nodes.php
b/wwwroot/nodes.php
index 40273ea11bffaa076c58105dd11155b634c99d6a..a0aec7f8082e13bb81d2f800a2084fb538ed53b8 100644
(file)
--- a/
wwwroot/nodes.php
+++ b/
wwwroot/nodes.php
@@
-56,7
+56,7
@@
if (!empty($_GET['node_name'])) {
$node = nodes::redirByName($_GET['node_name']);
}
elseif (!empty($_GET['node_id'])) {
- $node = nodes::getNodeById($_GET['node_id'],isset($_SESSION['user_id']))?$_SESSION['user_id']:'');
+ $node = nodes::getNodeById($_GET['node_id'],
(
isset($_SESSION['user_id']))?$_SESSION['user_id']:'');
}
//XXX Paths are wrong (!)
This page took
0.132554 seconds
and
4
git commands to generate.