diff --git a/_public.php b/_public.php index bb3c846..5f1b08a 100644 --- a/_public.php +++ b/_public.php @@ -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;