aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Editlayout.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-21 08:34:02 +0000
committerMario <mario@mariovavti.com>2023-09-21 08:34:02 +0000
commita5e32dc3de997c3a3d9046161ce1ec149abb65c1 (patch)
tree3c7312f8bc2bcc6083d9b96408c5816ff79acb71 /Zotlabs/Module/Editlayout.php
parent150174c3bb5578e0dfc20ac97a061d170fc90f5a (diff)
downloadvolse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.tar.gz
volse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.tar.bz2
volse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.zip
more deprecate $a
Diffstat (limited to 'Zotlabs/Module/Editlayout.php')
-rw-r--r--Zotlabs/Module/Editlayout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Editlayout.php b/Zotlabs/Module/Editlayout.php
index 50096f1a1..1a3f5614c 100644
--- a/Zotlabs/Module/Editlayout.php
+++ b/Zotlabs/Module/Editlayout.php
@@ -131,7 +131,7 @@ class Editlayout extends \Zotlabs\Web\Controller {
'profile_uid' => intval($owner),
);
- $editor = status_editor($a, $x, false, 'Editlayout');
+ $editor = status_editor($x, false, 'Editlayout');
$o .= replace_macros(get_markup_template('edpost_head.tpl'), array(
'$title' => t('Edit Layout'),