diff options
author | Mario <mario@mariovavti.com> | 2021-01-27 10:25:26 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-27 10:25:26 +0000 |
commit | 15c90371e05b9e8132ec424a08de45f1b6b80a18 (patch) | |
tree | a75668866a78642ca61db0cddd37f22a68300d58 /include | |
parent | a2728167bc6431ddfca7c4873e05d70fc0937f7e (diff) | |
parent | 00fe7bb1bbe6c1b49f66bc0e0c2330798608ce95 (diff) | |
download | volse-hubzilla-15c90371e05b9e8132ec424a08de45f1b6b80a18.tar.gz volse-hubzilla-15c90371e05b9e8132ec424a08de45f1b6b80a18.tar.bz2 volse-hubzilla-15c90371e05b9e8132ec424a08de45f1b6b80a18.zip |
Merge branch 'customjotheaders' into 'dev'
Custom "headers" in item creation form.
See merge request hubzilla/core!1901
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index 002edef51..08d16a413 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1517,6 +1517,7 @@ function hz_status_editor($a, $x, $popup = false) { '$parent' => ((array_key_exists('parent',$x) && $x['parent']) ? $x['parent'] : 0), '$reset' => $reset, '$is_owner' => ((local_channel() && (local_channel() == $x['profile_uid'])) ? true : false), + '$customjotheaders' => '', '$custommoretoolsdropdown' => '', '$custommoretoolsbuttons' => '', '$customsubmitright' => [] |