aboutsummaryrefslogtreecommitdiffstats
path: root/include/wiki.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-13 11:14:22 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-13 11:15:05 +0100
commit29bf6e5d3275925e57f9aa8d71910b7038d91191 (patch)
tree3ca47cdc7dd6faadf41e354ed192de68f5d77187 /include/wiki.php
parentc434d98365da57eabed85a3fe878866fec48e044 (diff)
downloadvolse-hubzilla-29bf6e5d3275925e57f9aa8d71910b7038d91191.tar.gz
volse-hubzilla-29bf6e5d3275925e57f9aa8d71910b7038d91191.tar.bz2
volse-hubzilla-29bf6e5d3275925e57f9aa8d71910b7038d91191.zip
bring lockview to wikilist
Diffstat (limited to 'include/wiki.php')
-rw-r--r--include/wiki.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wiki.php b/include/wiki.php
index 30685a0bf..332d4efe0 100644
--- a/include/wiki.php
+++ b/include/wiki.php
@@ -14,12 +14,13 @@ function wiki_list($channel, $observer_hash) {
intval($channel['channel_id'])
);
if($wikis) {
- foreach($wikis as &$w) {
+ foreach($wikis as &$w) {
$w['rawName'] = get_iconfig($w, 'wiki', 'rawName');
$w['htmlName'] = get_iconfig($w, 'wiki', 'htmlName');
$w['urlName'] = get_iconfig($w, 'wiki', 'urlName');
$w['path'] = get_iconfig($w, 'wiki', 'path');
$w['mimeType'] = get_iconfig($w, 'wiki', 'mimeType');
+ $w['lock'] = (($w['allow_cid'] || $w['allow_gid'] || $w['deny_cid'] || $w['deny_gid']) ? true : false);
}
}
// TODO: query db for wikis the observer can access. Return with two lists, for read and write access