1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Fixes #786 Исправлено редактирование блога

This commit is contained in:
Denis Shakhov 2016-12-17 03:27:15 +07:00
parent ab31a055d9
commit d821eecd92
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@
{component 'field' template='text'
name = 'blog_limit_rating_topic'
rules = [ 'required' => true, 'type' => 'number' ]
value = '0'
value = ($_aRequest) ? $_aRequest.blog_limit_rating_topic : '0'
inputClasses = 'ls-width-100'
note = $aLang.blog.add.fields.rating.note
label = $aLang.blog.add.fields.rating.label}

View file

@ -56,7 +56,7 @@
{component 'field' template='text'
name = 'blog_limit_rating_topic'
rules = [ 'required' => true, 'type' => 'number' ]
value = '0'
value = ($_aRequest) ? $_aRequest.blog_limit_rating_topic : '0'
inputClasses = 'ls-width-100'
note = $aLang.blog.add.fields.rating.note
label = $aLang.blog.add.fields.rating.label}