mirror of
https://github.com/friendica/friendica
synced 2025-04-25 18:30:11 +00:00
This is the correct way:
<?php if (!isset($foo['account_removed) || $foo['account_removed']) ?>
This commit is contained in:
parent
4e5179a7b3
commit
cf8698afe6
3 changed files with 3 additions and 3 deletions
|
@ -310,7 +310,7 @@ HELP;
|
|||
* @return bool True, if the delete was successful
|
||||
* @throws \Exception
|
||||
*/
|
||||
private function deleteUser()
|
||||
private function deleteUser(): bool
|
||||
{
|
||||
$user = $this->getUserByNick(1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue