diff options
author | adam <adam@> | 2021-02-15 12:01:05 +0200 |
---|---|---|
committer | adam <adam@> | 2021-02-15 12:01:05 +0200 |
commit | e99acb8fb9cb61c96fba7cd464f0dc2f0ac89004 (patch) | |
tree | 52eb1f43edf7c735227d3afbf45d32ff467ea6d0 /php/database.php | |
parent | 36d193908bc32a09a3253b3024be6520063361b5 (diff) | |
parent | 7d2589a55bad9880057b4321e044db539c9d132f (diff) | |
download | fileup-e99acb8fb9cb61c96fba7cd464f0dc2f0ac89004.tar.gz |
Merge https://github.com/alexvitkov/india
Diffstat (limited to 'php/database.php')
-rw-r--r-- | php/database.php | 2 |
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 |