summaryrefslogtreecommitdiff
path: root/node.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-06-22 11:41:33 +0000
committerDries Buytaert <dries@buytaert.net>2001-06-22 11:41:33 +0000
commitb6820fe44a4c32af820cc502c3340af2f4ae88ae (patch)
tree8adc86544c2e39072aa9784518769fae20f5b151 /node.php
parent6d107b084ca28e4ddbe431e541cdd1e0617a72af (diff)
downloadbrdo-b6820fe44a4c32af820cc502c3340af2f4ae88ae.tar.gz
brdo-b6820fe44a4c32af820cc502c3340af2f4ae88ae.tar.bz2
- Fixed typo in node.php (patch by Simone).
- Fixed type in 2.00-to-x.xx.sql (patch by Simone).
Diffstat (limited to 'node.php')
-rw-r--r--node.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.php b/node.php
index 6bbeed207..09e9622e1 100644
--- a/node.php
+++ b/node.php
@@ -7,7 +7,7 @@ page_header();
function node_render($node) {
global $user, $id, $cid, $op, $moderate, $pid, $edit, $theme, $mode, $order, $threshold, $PHP_SELF;
- if (user_access($node, "view content")) {
+ if (user_access($user, "view content")) {
if ($node->comment) {
switch($op) {