1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Fix typo in isImage()

This commit is contained in:
Cameron 2020-12-31 15:00:12 -08:00
parent 8906cf1e26
commit a09e8605c5

View File

@ -4966,7 +4966,7 @@ class e_parser
*/ */
public function isImage($file) public function isImage($file)
{ {
if(!is_string($text)) if(!is_string($file))
{ {
return false; return false;
} }