]> git.mxchange.org Git - friendica.git/blobdiff - src/Database/PostUpdate.php
Removed redundant maximagesize = INF statements
[friendica.git] / src / Database / PostUpdate.php
index 04c218ca001896f7b7986b3985441c5805a5a953..adc88b13e82ec425edc0995724bc3a9bf04ef6bc 100644 (file)
@@ -359,7 +359,7 @@ class PostUpdate
                 }
                        }
 
-                       Tag::store($term['uri-id'], $term['type'], $term['term'], $term['url'], false);
+                       Tag::store($term['uri-id'], $term['type'], $term['term'], $term['url']);
 
                        $id = $term['tid'];
                        ++$rows;