aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-11-14 20:47:38 -0500
committerAndrew Manning <tamanning@zoho.com>2016-11-14 20:47:38 -0500
commit1985502894651b263cca769509220b9e85827b4a (patch)
tree5d4dc894b276629e64e0fbce95f088bd3c0692a2 /include
parentc3e3c32bdcdbcafef33f32118fe95da1fa4cd92e (diff)
parent9eab9512a334a08ebe69a29e4b400ea34a87a516 (diff)
downloadvolse-hubzilla-1985502894651b263cca769509220b9e85827b4a.tar.gz
volse-hubzilla-1985502894651b263cca769509220b9e85827b4a.tar.bz2
volse-hubzilla-1985502894651b263cca769509220b9e85827b4a.zip
Merge remote-tracking branch 'upstream/dev' into wiki
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index ff97b8bd5..071622387 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -917,7 +917,7 @@ function widget_wiki_list($arr) {
'$channel' => $channel['channel_address'],
'$wikis' => $wikis['wikis'],
// If the observer is the local channel owner, show the wiki controls
- '$showControls' => ((local_channel() === intval($channel['channel_id'])) ? true : false)
+ '$owner' => ((local_channel() === intval($channel['channel_id'])) ? true : false)
));
}
return '';