aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Layouts.php
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-09-29 20:22:27 +0200
committerM. Dent <dentm42@gmail.com>2018-09-29 20:22:27 +0200
commitff20370d0bd8c08942c062ab105bc839969a3902 (patch)
tree9b0f7404da31898da98d295f0686c252050f763c /Zotlabs/Module/Layouts.php
parentcc9ca8bbffaceb7273b4999e538a3d211ae3cf09 (diff)
downloadvolse-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.php2
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