]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/Category.php
Merge pull request #10969 from MrPetovan/task/remove-private-contacts
[friendica.git] / src / Model / Post / Category.php
index c2912fa73fa7a890351003deff36d18b463ab29e..ecd401b453967251d40974125edcf5339f63afe7 100644 (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);
                        }
                }
        }