use dc methods for widget settings
This commit is contained in:
parent
cd4073ea8a
commit
e7cd3f37eb
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ function lastBlogUpdateWidgetPublic($w)
|
|||
}
|
||||
|
||||
# Nothing to display
|
||||
if ($w->homeonly == 1 && dcCore::app()->url->type != 'default'
|
||||
|| $w->homeonly == 2 && dcCore::app()->url->type == 'default'
|
||||
if (!$w->checkHomeOnly(dcCore::app()->url->type)
|
||||
|| !$w->blog_show && !$w->post_show && !$w->comment_show && !$w->media_show
|
||||
|| !$w->blog_text && !$w->post_text && !$w->comment_text && !$w->media_text) {
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue