This commit is contained in:
Andreas Moik
2016-07-28 13:30:09 +02:00
parent fd826ae1fe
commit 5743d05478
3 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class Pdf
}
if(finfo_file($finfo, $f) != "application/pdf")
{
$this->errormsg = "Wrong format: '$f'";
$this->errormsg = "Wrong format(".finfo_file($finfo, $f)."): '$f'";
return false;
}
}