1
0
Fork 0

handle escaped file chars in display and search

This commit is contained in:
friendica 2012-03-31 15:25:17 -07:00
commit 53f799f2bc
5 changed files with 10 additions and 13 deletions

View file

@ -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) {