Bugfix: Store to category
This commit is contained in:
parent
9a6e43a15c
commit
e80cb60e40
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class Category
|
||||||
|
|
||||||
if (preg_match_all("/\<(.*?)\>/ism", $files, $result)) {
|
if (preg_match_all("/\<(.*?)\>/ism", $files, $result)) {
|
||||||
foreach ($result[1] as $file) {
|
foreach ($result[1] as $file) {
|
||||||
self::storeFileByURIId($uri_id, $uid, self::FILE, $file);
|
self::storeFileByURIId($uri_id, $uid, self::CATEGORY, $file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue