aboutsummaryrefslogtreecommitdiffstats
path: root/php/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/database.php')
-rw-r--r--php/database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/database.php b/php/database.php
index 9d1f782..1be9059 100644
--- a/php/database.php
+++ b/php/database.php
@@ -128,7 +128,7 @@ require_once "node.php";
nodes.code as code,
nodes.type as mimetype,
node_access.can_view as can_view,
- node_access.can_view as can_eddit
+ node_access.can_edit as can_edit
from node_links
inner join nodes on
nodes.node_id=node_links.node_id