Fixes from the 5.2.5 bugfix cycle.
This commit is contained in:
parent
6949f42a2c
commit
afbcfc7d56
17 changed files with 2422 additions and 36 deletions
|
|
@ -261,7 +261,7 @@ sub getIcon {
|
|||
$icon .= "xls.gif";
|
||||
} elsif (isIn($extension, qw(zip arj cab))) {
|
||||
$icon .= "zip.gif";
|
||||
} elsif (isIn($extension, qw(mpeg mpg wav mp3 avi))) {
|
||||
} elsif (isIn($extension, qw(mpeg mpg wav mp3 avi m3u))) {
|
||||
$icon .= "wav.gif";
|
||||
} elsif (isIn($extension, qw(html htm xml))) {
|
||||
$icon .= "html.gif";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue