Skip to content
Snippets Groups Projects
Commit 985470c7 authored by Sascha Egerer's avatar Sascha Egerer Committed by Christian Kuhn
Browse files

[BUGFIX] Fix faulty negation in FileInfo implementation

A faulty negation in the FileInfo class could end in a fatal
error if `finfo` is not supported by the php version and ends up
in not using `finfo` but `mime_content_type` if `finfo` is
supported.

Resolves: #65329
Releases: master
Change-Id: I768d70501ee4a8f03317563cef2d95e59e791e7d
Reviewed-on: http://review.typo3.org/37205


Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent c2da28cb
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment