diff options
author | M. Dent <dentm42@gmail.com> | 2018-09-29 20:22:27 +0200 |
---|---|---|
committer | M. Dent <dentm42@gmail.com> | 2018-09-29 20:22:27 +0200 |
commit | ff20370d0bd8c08942c062ab105bc839969a3902 (patch) | |
tree | 9b0f7404da31898da98d295f0686c252050f763c /Zotlabs/Module/Layouts.php | |
parent | cc9ca8bbffaceb7273b4999e538a3d211ae3cf09 (diff) | |
download | volse-hubzilla-ff20370d0bd8c08942c062ab105bc839969a3902.tar.gz volse-hubzilla-ff20370d0bd8c08942c062ab105bc839969a3902.tar.bz2 volse-hubzilla-ff20370d0bd8c08942c062ab105bc839969a3902.zip |
Status editor hook
Diffstat (limited to 'Zotlabs/Module/Layouts.php')
-rw-r--r-- | Zotlabs/Module/Layouts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Layouts.php b/Zotlabs/Module/Layouts.php index 19efb37fd..25e27d226 100644 --- a/Zotlabs/Module/Layouts.php +++ b/Zotlabs/Module/Layouts.php @@ -141,7 +141,7 @@ class Layouts extends \Zotlabs\Web\Controller { if($_REQUEST['pagetitle']) $x['pagetitle'] = $_REQUEST['pagetitle']; - $editor = status_editor($a,$x); + $editor = status_editor($a,$x,false,'Layouts'); $r = q("select iconfig.iid, iconfig.v, mid, title, body, mimetype, created, edited, item_type from iconfig left join item on iconfig.iid = item.id |