mirror of
https://github.com/openvk/openvk
synced 2025-03-03 16:20:04 +03:00
fix(lint): again. cuz i forgot about it
This commit is contained in:
parent
332f803cb6
commit
16ca685727
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ final class WallPresenter extends OpenVKPresenter
|
|||
$user = $this->user->id;
|
||||
|
||||
$wallOwner = ($wall > 0 ? (new Users())->get($wall) : (new Clubs())->get($wall * -1));
|
||||
|
||||
|
||||
if ($wallOwner === null) {
|
||||
$this->flashFail("err", tr("failed_to_delete_post"), tr("error_4"));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue