Merge pull request #10159 from annando/fix-category

Bugfix: Store to category
This commit is contained in:
Hypolite Petovan
2021-04-20 15:26:02 -04:00
committed by GitHub

View File

@@ -183,7 +183,7 @@ class Category
if (preg_match_all("/\<(.*?)\>/ism", $files, $result)) {
foreach ($result[1] as $file) {
self::storeFileByURIId($uri_id, $uid, self::FILE, $file);
self::storeFileByURIId($uri_id, $uid, self::CATEGORY, $file);
}
}
}