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
commit aa67892121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);
}
}
}