1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

Исправлено создание личного блога при регистрации

Частично исправляет тикет #711
This commit is contained in:
Denis Shakhov 2015-10-07 23:26:00 +07:00
parent 8f7bf6899c
commit 7ba5142d59

View file

@ -374,6 +374,7 @@ class ModuleBlog extends Module
$oBlog->setLimitRatingTopic(-1000);
$oBlog->setUrl(null);
$oBlog->setAvatar(null);
$oBlog->setSkipIndex(0);
return $this->AddBlog($oBlog);
}