mirror of
https://github.com/openvk/openvk
synced 2024-11-14 19:19:14 +03:00
БЛЯЯЯЯЯЯЯЯТЬ
This commit is contained in:
parent
d25c2ee183
commit
cf23022626
2 changed files with 0 additions and 5 deletions
|
@ -28,6 +28,4 @@ class BlacklistItem extends RowModel
|
|||
{
|
||||
return new DateTime($this->getRecord()->created);
|
||||
}
|
||||
|
||||
|
||||
}
|
|
@ -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()));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue