БЛЯЯЯЯЯЯЯЯТЬ

This commit is contained in:
veselcraft 2023-07-20 02:36:34 +03:00
parent d25c2ee183
commit cf23022626
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E
2 changed files with 0 additions and 5 deletions

View file

@ -28,6 +28,4 @@ class BlacklistItem extends RowModel
{
return new DateTime($this->getRecord()->created);
}
}

View file

@ -41,9 +41,6 @@ class Blacklists
if (!$author || !$target)
return FALSE;
bdump($this->getByAuthorAndTarget($author->getId(), $target->getId()), "хуита какая-то вроде для бл*клиста");
return !is_null($this->getByAuthorAndTarget($author->getId(), $target->getId()));
}
}