X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FPost%2FCategory.php;h=9d2a359ba3b421d4d74be4f1eb93860620e16427;hb=6dbbd081795fa1c8fe57db2248ac162efeeada88;hp=45afd81735cd5115511f954be05f47c53061ab4e;hpb=38196aec674ca9acc5db7e72898b52906f0d9070;p=friendica.git diff --git a/src/Model/Post/Category.php b/src/Model/Post/Category.php index 45afd81735..9d2a359ba3 100644 --- a/src/Model/Post/Category.php +++ b/src/Model/Post/Category.php @@ -1,6 +1,6 @@ /ism", $files, $result)) { foreach ($result[1] as $file) { - self::storeFileByURIId($uri_id, $uid, self::FILE, $file); + self::storeFileByURIId($uri_id, $uid, self::CATEGORY, $file); } } }