summaryrefslogtreecommitdiff
path: root/node.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-03-28 07:03:47 +0000
committerDries Buytaert <dries@buytaert.net>2001-03-28 07:03:47 +0000
commit3f2b0e0b3f0322dac929bb997a331cb7c021f295 (patch)
tree01940cabb5f1b50c16822e8585092ab9cee543ce /node.php
parent6bb49b4bb8d7c73e1cce62e27375559b9837b898 (diff)
downloadbrdo-3f2b0e0b3f0322dac929bb997a331cb7c021f295.tar.gz
brdo-3f2b0e0b3f0322dac929bb997a331cb7c021f295.tar.bz2
Flushing my backlog (in case Natrak wants to make more changes):
- tidied up some of the code - fixed a small problems
Diffstat (limited to 'node.php')
-rw-r--r--node.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.php b/node.php
index ca65a800c..0bb55f635 100644
--- a/node.php
+++ b/node.php
@@ -27,6 +27,7 @@ if ($node && node_visible($node)) {
$theme->footer();
break;
default:
+ if ($user->id) user_load($user->userid);
node_view($node, 1);
}
}