From b4adc18d6d45774c6c3f5974a25d8605805d4794 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 17 Dec 2022 17:39:16 +0100 Subject: [PATCH] cosmetic --- _public.php | 2 +- _widgets.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_public.php b/_public.php index ea7701a..9cee13e 100644 --- a/_public.php +++ b/_public.php @@ -270,7 +270,7 @@ class urlSaba extends dcUrlHandlers # Serve saba $tplset = dcCore::app()->themes->moduleInfo(dcCore::app()->blog->settings->system->theme, 'tplset'); - self::serveDocument('saba_404_' . (!empty($tplset) && in_array($tplset, ['dotty', 'mustek']) ? $tplset : 'default') . '.html'); + self::serveDocument('saba_404_' . (!empty($tplset) && in_array($tplset, ['dotty', 'mustek']) ? $tplset : 'default') . '.html'); return true; } diff --git a/_widgets.php b/_widgets.php index 60795ab..5162423 100644 --- a/_widgets.php +++ b/_widgets.php @@ -86,7 +86,7 @@ class sabaWidget } $saba_options = dcCore::app()->ctx->saba_options ?? tplSaba::getSabaDefaultPostsOptions(); - $res = ''; + $res = ''; # advenced search only on search page if (dcCore::app()->url->type == 'search') {