diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-07 12:08:43 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-07 12:08:43 +0100 |
commit | 8e3a02627629d29c3552f8332de1ab32b9c99ffe (patch) | |
tree | 0623edef78f3e2f0efbff364ed7ea6e4d98169b6 /Zotlabs/Lib/NativeWiki.php | |
parent | b5ddd0863005a5c3d04bc18e319284cad0833a88 (diff) | |
parent | a037590ce30cd34e674a303659888af94a48be09 (diff) | |
download | volse-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.php | 2 |
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); |