Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Adds missing paren

Author Dave Jarvis <email>
Date 2026-02-08 19:11:00 GMT-0800
Commit 370c327b739044347d43dd58782a6496f0e15bf8
Parent af2e15a
new/MediaTypeSniffer.php
$sniffed = self::sniff( $data );
- return ($sniffed === 'application/octet-stream' && !empty( $filePath )
+ return ($sniffed === 'application/octet-stream' && !empty( $filePath ))
? self::getMediaTypeByExtension( $filePath )
: $sniffed;
Delta 1 line added, 1 line removed