aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/NativeWiki.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-07 12:08:43 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-07 12:08:43 +0100
commit8e3a02627629d29c3552f8332de1ab32b9c99ffe (patch)
tree0623edef78f3e2f0efbff364ed7ea6e4d98169b6 /Zotlabs/Lib/NativeWiki.php
parentb5ddd0863005a5c3d04bc18e319284cad0833a88 (diff)
parenta037590ce30cd34e674a303659888af94a48be09 (diff)
downloadvolse-hubzilla-8e3a02627629d29c3552f8332de1ab32b9c99ffe.tar.gz
volse-hubzilla-8e3a02627629d29c3552f8332de1ab32b9c99ffe.tar.bz2
volse-hubzilla-8e3a02627629d29c3552f8332de1ab32b9c99ffe.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'Zotlabs/Lib/NativeWiki.php')
-rw-r--r--Zotlabs/Lib/NativeWiki.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Lib/NativeWiki.php b/Zotlabs/Lib/NativeWiki.php
index 519102d24..7786ec25a 100644
--- a/Zotlabs/Lib/NativeWiki.php
+++ b/Zotlabs/Lib/NativeWiki.php
@@ -75,6 +75,8 @@ class NativeWiki {
$arr['obj_type'] = ACTIVITY_OBJ_WIKI;
$arr['body'] = '[table][tr][td][h1]New Wiki[/h1][/td][/tr][tr][td][zrl=' . $wiki_url . ']' . $wiki['htmlName'] . '[/zrl][/td][/tr][/table]';
+ $arr['public_policy'] = map_scope(\Zotlabs\Access\PermissionLimits::Get($channel['channel_id'],'view_wiki'),true);
+
// Save the wiki name information using iconfig. This is shareable.
if(! set_iconfig($arr, 'wiki', 'rawName', $wiki['rawName'], true)) {
return array('item' => null, 'success' => false);