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/Articles.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/Articles.php')
-rw-r--r-- | Zotlabs/Module/Articles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Articles.php b/Zotlabs/Module/Articles.php index ad4d67c4e..58c16be45 100644 --- a/Zotlabs/Module/Articles.php +++ b/Zotlabs/Module/Articles.php @@ -132,7 +132,7 @@ class Articles extends Controller { $x['title'] = $_REQUEST['title']; if($_REQUEST['body']) $x['body'] = $_REQUEST['body']; - $editor = status_editor($a,$x); + $editor = status_editor($a,$x,false,'Articles'); } else { |