aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-21 18:45:33 +0000
committerMario <mario@mariovavti.com>2021-06-21 18:45:33 +0000
commitcc4f3a827c71f7a9a3c4b77328bb2427759795f4 (patch)
tree13338cb389ebe0ca9456c4e16fe2edf6cc4dcbb4 /include
parent0489fbb6853944dcaad97d0e95466a34dc65f0d1 (diff)
downloadvolse-hubzilla-cc4f3a827c71f7a9a3c4b77328bb2427759795f4.tar.gz
volse-hubzilla-cc4f3a827c71f7a9a3c4b77328bb2427759795f4.tar.bz2
volse-hubzilla-cc4f3a827c71f7a9a3c4b77328bb2427759795f4.zip
streamline jot popup for mod hq
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 39ff8d7ad..d8f0e8155 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1388,7 +1388,8 @@ function hz_status_editor($a, $x, $popup = false) {
'$nocomment_enabled' => t('Comments enabled'),
'$nocomment_disabled' => t('Comments disabled'),
'$auto_save_draft' => $feature_auto_save_draft,
- '$reset' => $reset
+ '$reset' => $reset,
+ '$popup' => $popup
];
call_hooks('jot_header_tpl_filter',$tplmacros);