fix: [tag collections] typo causing tag collections to break completely fixed

pull/7037/head
iglocska 2021-02-11 10:42:39 +01:00
parent 83e9580b97
commit 014792d6d9
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class TagCollection extends AppModel
*/
public function cullBlockedTags(array $user, array $tagCollections)
{
if (empty($tagCollection)) {
if (empty($tagCollections)) {
return [];
}