X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FPost%2FCategory.php;h=ecd401b453967251d40974125edcf5339f63afe7;hb=2e05dac7dae0a3d028b442a2d5afbd4176a32e99;hp=c2912fa73fa7a890351003deff36d18b463ab29e;hpb=befc2af5043a3afde251721c0d27df695db1bb7e;p=friendica.git diff --git a/src/Model/Post/Category.php b/src/Model/Post/Category.php index c2912fa73f..ecd401b453 100644 --- a/src/Model/Post/Category.php +++ b/src/Model/Post/Category.php @@ -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); } } }