Status editor hook

This commit is contained in:
M. Dent
2018-09-29 20:22:27 +02:00
parent cc9ca8bbff
commit ff20370d0b
20 changed files with 66 additions and 18 deletions

View File

@@ -131,7 +131,7 @@ class Editlayout extends \Zotlabs\Web\Controller {
'profile_uid' => intval($owner),
);
$editor = status_editor($a, $x);
$editor = status_editor($a, $x, false, 'Editlayout');
$o .= replace_macros(get_markup_template('edpost_head.tpl'), array(
'$title' => t('Edit Layout'),