aboutsummaryrefslogtreecommitdiffstats
path: root/mod/channel.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-09 12:27:36 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-09 12:27:36 +0200
commit46ed79c87a23f442eadc4244b62a6f85f3d431e8 (patch)
treeb4731b0d57938a7e85a89226e9b76a1c1c524a97 /mod/channel.php
parente2b4d33627d5f4cf5f68eb087059d86c78eec41e (diff)
downloadvolse-hubzilla-46ed79c87a23f442eadc4244b62a6f85f3d431e8.tar.gz
volse-hubzilla-46ed79c87a23f442eadc4244b62a6f85f3d431e8.tar.bz2
volse-hubzilla-46ed79c87a23f442eadc4244b62a6f85f3d431e8.zip
fix autocomplete for /channel and /display
Diffstat (limited to 'mod/channel.php')
-rw-r--r--mod/channel.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/channel.php b/mod/channel.php
index 87ced9246..2ef911bbb 100644
--- a/mod/channel.php
+++ b/mod/channel.php
@@ -133,6 +133,7 @@ function channel_content(&$a, $update = 0, $load = false) {
'bang' => '',
'visitor' => (($is_owner || $observer) ? true : false),
'profile_uid' => App::$profile['profile_uid'],
+ 'editor_autocomplete' => true,
'bbco_autocomplete' => 'bbcode',
'bbcode' => true
);