This commit is contained in:
DariusIII
2023-01-14 22:10:14 +01:00
parent 9f6be707e9
commit b0c9b5f94f
+1 -2
View File
@@ -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;
}