mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
bug correction : no filename displayed when containing forbidden characters
git-svn-id: http://piwigo.org/svn/branches/release-1_3@318 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -320,7 +320,7 @@ function insert_local_image( $dir, $category_id )
|
||||
}
|
||||
else
|
||||
{
|
||||
$output.= '<span style="color:red;">"'.$file.'" : ';
|
||||
$output.= '<span style="color:red;">"'.$unregistered_picture.'" : ';
|
||||
$output.= $lang['update_wrong_dirname'].'</span><br />';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user