1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +03:00
This commit is contained in:
Mzhelskiy Maxim 2014-01-25 20:42:41 +07:00
parent c52923f425
commit 88848fd3e5

View file

@ -1824,7 +1824,7 @@ class ActionBlog extends Action {
/**
* если блог найден, то возвращаем описание
*/
if ($oBlog) {
if (isset($oBlog)) {
$sText=$oBlog->getDescription();
/**