#2187 minor quick fix
This commit is contained in:
parent
b6d548aff8
commit
2e6bf8f55b
1 changed files with 1 additions and 1 deletions
|
@ -1592,7 +1592,7 @@ class BasicStor {
|
||||||
}
|
}
|
||||||
$realFtype = BasicStor::GetType($storedFile->gunid);
|
$realFtype = BasicStor::GetType($storedFile->gunid);
|
||||||
if (!is_null($ftype) && (
|
if (!is_null($ftype) && (
|
||||||
($realFtype != $ftype)
|
(strtolower($realFtype) != strtolower($ftype))
|
||||||
// webstreams are subset of audioclips
|
// webstreams are subset of audioclips
|
||||||
&& !($realFtype == 'webstream' && $ftype == 'audioclip')
|
&& !($realFtype == 'webstream' && $ftype == 'audioclip')
|
||||||
)) {
|
)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue