#2187 minor quick fix
This commit is contained in:
parent
b6d548aff8
commit
2e6bf8f55b
|
@ -1592,7 +1592,7 @@ class BasicStor {
|
|||
}
|
||||
$realFtype = BasicStor::GetType($storedFile->gunid);
|
||||
if (!is_null($ftype) && (
|
||||
($realFtype != $ftype)
|
||||
(strtolower($realFtype) != strtolower($ftype))
|
||||
// webstreams are subset of audioclips
|
||||
&& !($realFtype == 'webstream' && $ftype == 'audioclip')
|
||||
)) {
|
||||
|
|
Loading…
Reference in New Issue