mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
[WIP] Remove hack from WallPresenter
This commit is contained in:
parent
c193edc3d4
commit
a67241c5da
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ final class WallPresenter extends OpenVKPresenter
|
||||||
if(!$canPost)
|
if(!$canPost)
|
||||||
$this->flashFail("err", "Ошибка доступа", "Вам нельзя писать на эту стену.");
|
$this->flashFail("err", "Ошибка доступа", "Вам нельзя писать на эту стену.");
|
||||||
|
|
||||||
if(iconv_strlen($this->postParam("text") ?? "") > 280)
|
if(false)
|
||||||
$this->flashFail("err", "Не удалось опубликовать пост", "Пост слишком большой.");
|
$this->flashFail("err", "Не удалось опубликовать пост", "Пост слишком большой.");
|
||||||
|
|
||||||
$flags = 0;
|
$flags = 0;
|
||||||
|
|
Loading…
Reference in a new issue