handle escaped file chars in display and search
This commit is contained in:
parent
7581b32bb3
commit
53f799f2bc
5 changed files with 10 additions and 13 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue