mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +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);
|
return new DateTime($this->getRecord()->created);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
|
@ -41,9 +41,6 @@ class Blacklists
|
||||||
if (!$author || !$target)
|
if (!$author || !$target)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
bdump($this->getByAuthorAndTarget($author->getId(), $target->getId()), "хуита какая-то вроде для бл*клиста");
|
|
||||||
|
|
||||||
|
|
||||||
return !is_null($this->getByAuthorAndTarget($author->getId(), $target->getId()));
|
return !is_null($this->getByAuthorAndTarget($author->getId(), $target->getId()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue