#2187 minor quick fix

This commit is contained in:
tomash 2007-02-13 17:54:45 +00:00
parent b6d548aff8
commit 2e6bf8f55b
1 changed files with 1 additions and 1 deletions

View File

@ -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')
)) {