From b0c9b5f94f06ab471af105d9be0da032e3b3428f Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 14 Jan 2023 22:10:14 +0100 Subject: [PATCH] CS fixes --- Blacklight/Categorize.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Blacklight/Categorize.php b/Blacklight/Categorize.php index a437c3752..abe117728 100755 --- a/Blacklight/Categorize.php +++ b/Blacklight/Categorize.php @@ -74,8 +74,6 @@ class Categorize $this->catWebDL = (bool) Settings::settingValue('indexer.categorise.catwebdl'); } - - /** * Look up the site to see which language of categorizing to use. * Then work out which category is applicable for either a group or a binary. @@ -121,6 +119,7 @@ class Categorize default: return false; } + return true; }