diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-05-22 20:01:34 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-06-12 15:12:09 +0200 |
commit | c7ec3159ead30c2306a84d060ecc63e60e5c9084 (patch) | |
tree | 96515250daf5af51fb62569e4b22bf06389bae76 /Zotlabs/Module/Rbmark.php | |
parent | 4d5a7ec39f9d036ab6f68e3ca9f9919cc967109c (diff) | |
download | volse-hubzilla-c7ec3159ead30c2306a84d060ecc63e60e5c9084.tar.gz volse-hubzilla-c7ec3159ead30c2306a84d060ecc63e60e5c9084.tar.bz2 volse-hubzilla-c7ec3159ead30c2306a84d060ecc63e60e5c9084.zip |
Module\Rbmark: Specify all fields in the template.
The `field_select` sub template wants five elements in the `field`
array.
Diffstat (limited to 'Zotlabs/Module/Rbmark.php')
-rw-r--r-- | Zotlabs/Module/Rbmark.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Rbmark.php b/Zotlabs/Module/Rbmark.php index b1aea2590..8ac23a4e4 100644 --- a/Zotlabs/Module/Rbmark.php +++ b/Zotlabs/Module/Rbmark.php @@ -73,6 +73,7 @@ class Rbmark extends \Zotlabs\Web\Controller { false, '', $this->get_bookmark_folders(intval($channel_id)), + null, ]; return replace_macros(get_markup_template('rbmark.tpl'), array( |