From 20e029a3fff8592fa7279bd2fe5ad5bcdbe7162b Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 5 Feb 2018 15:42:15 +0000 Subject: [PATCH] Small change --- app/Setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Setting.php b/app/Setting.php index e2c496a5..be7458e7 100644 --- a/app/Setting.php +++ b/app/Setting.php @@ -172,7 +172,7 @@ class Setting extends Model $options = (array)json_decode($search_provider->options); $name = $options[$search_provider->value]; - if((bool)$homepage_search && (bool)$search_provider->value) { + if((bool)$search_provider->value) { switch($search_provider->value) { case 'google': $url = 'https://www.google.com/search';