mirror of
https://github.com/friendica/friendica
synced 2025-04-23 03:10:12 +00:00
Remove deprecated App::cmd - replace with DI::args()->getCommand()
This commit is contained in:
parent
e6f61c2cc7
commit
33674808dc
16 changed files with 23 additions and 25 deletions
|
@ -819,7 +819,7 @@ class Contact extends BaseModule
|
|||
'$desc' => L10n::t('Search your contacts'),
|
||||
'$finding' => $searching ? L10n::t('Results for: %s', $search) : '',
|
||||
'$submit' => L10n::t('Find'),
|
||||
'$cmd' => $a->cmd,
|
||||
'$cmd' => DI::args()->getCommand(),
|
||||
'$contacts' => $contacts,
|
||||
'$contact_drop_confirm' => L10n::t('Do you really want to delete this contact?'),
|
||||
'multiselect' => 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue