use dc methods for widget settings

This commit is contained in:
Jean-Christian Denis 2022-12-08 22:52:05 +01:00
parent 391db4af04
commit 86a2f75445
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -41,8 +41,7 @@ class widgetsCategoriesPage
return;
}
if (($w->homeonly == 1 && !dcCore::app()->url->isHome(dcCore::app()->url->type))
|| ($w->homeonly == 2 && dcCore::app()->url->isHome(dcCore::app()->url->type))) {
if (!$w->checkHomeOnly(dcCore::app()->url->type)) {
return null;
}