mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Groups: Remove useless return in GroupPresenter (sorry)
This commit is contained in:
parent
787587015d
commit
d1f0dea73a
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ final class GroupPresenter extends OpenVKPresenter
|
|||
if(mb_strlen($comment) > 36) {
|
||||
$commentLength = (string) mb_strlen($comment);
|
||||
$this->flashFail("err", "Ошибка", "Комментарий слишком длинный ($commentLength символов вместо 36 символов)");
|
||||
return;
|
||||
}
|
||||
|
||||
if($club->getOwner()->getId() == $user->getId()) {
|
||||
|
|
Loading…
Reference in a new issue