mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix typo in isImage()
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user