aboutsummaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
authoradam <adam@>2021-02-15 12:01:05 +0200
committeradam <adam@>2021-02-15 12:01:05 +0200
commite99acb8fb9cb61c96fba7cd464f0dc2f0ac89004 (patch)
tree52eb1f43edf7c735227d3afbf45d32ff467ea6d0 /php
parent36d193908bc32a09a3253b3024be6520063361b5 (diff)
parent7d2589a55bad9880057b4321e044db539c9d132f (diff)
downloadfileup-e99acb8fb9cb61c96fba7cd464f0dc2f0ac89004.tar.gz
Merge https://github.com/alexvitkov/india
Diffstat (limited to '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