use dc methods for widget settings
This commit is contained in:
parent
c094da98cc
commit
ec3c42e4e7
1 changed files with 2 additions and 4 deletions
|
@ -158,8 +158,7 @@ class cinecturlink2Widget
|
|||
dcCore::app()->blog->settings->addNamespace('cinecturlink2');
|
||||
|
||||
if (!dcCore::app()->blog->settings->cinecturlink2->cinecturlink2_active
|
||||
|| $w->homeonly == 1 && !dcCore::app()->url->isHome(dcCore::app()->url->type)
|
||||
|| $w->homeonly == 2 && dcCore::app()->url->isHome(dcCore::app()->url->type)
|
||||
|| !$w->checkHomeOnly(dcCore::app()->url->type)
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
@ -272,8 +271,7 @@ class cinecturlink2Widget
|
|||
|
||||
if (!dcCore::app()->blog->settings->cinecturlink2->cinecturlink2_active
|
||||
|| !dcCore::app()->blog->settings->cinecturlink2->cinecturlink2_public_active
|
||||
|| $w->homeonly == 1 && !dcCore::app()->url->isHome(dcCore::app()->url->type)
|
||||
|| $w->homeonly == 2 && dcCore::app()->url->isHome(dcCore::app()->url->type)
|
||||
|| !$w->checkHomeOnly(dcCore::app()->url->type)
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue