mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 12:25:14 +02:00
Fix wrong variable type in mod/message
This commit is contained in:
parent
a6c785f693
commit
dca0fa3f1d
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ function message_content(App $a)
|
||||||
'$linkurl' => L10n::t('Please enter a link URL:')
|
'$linkurl' => L10n::t('Please enter a link URL:')
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$preselect = isset($a->argv[2]) ? [$a->argv[2]] : false;
|
$preselect = isset($a->argv[2]) ? [$a->argv[2]] : [];
|
||||||
|
|
||||||
$prename = $preurl = $preid = '';
|
$prename = $preurl = $preid = '';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue