Reply to [BUG] Finfo class detection

[BUG] Finfo class detection new!
by Yuri Vecchi, 14 years ago
In some cases the line 2444:
} elseif (class_exists('finfo')) {

throws a warning, I think its because of user assigned autoload function...

my suggestion its to just supress the error:
} elseif (@class_exists('finfo')) {
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important