fix(lint): again. cuz i forgot about it

This commit is contained in:
veselcraft 2025-02-28 17:49:30 +03:00
parent 332f803cb6
commit 16ca685727
No known key found for this signature in database
GPG key ID: 9CF0B42766CCF7BA

View file

@ -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"));
}