]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Merge branch 'master' of https://github.com/friendica/friendica
[friendica.git] / mod / network.php
old mode 100755 (executable)
new mode 100644 (file)
index 5ca0a8c..d27945a
@@ -393,7 +393,7 @@ function network_content(&$a, $update = 0) {
                );
        }
        if(strlen($file)) {
-               $sql_extra .= file_tag_file_query('item',$file);
+               $sql_extra .= file_tag_file_query('item',unxmlify($file));
        }
 
        if($conv) {