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:
parent
8906cf1e26
commit
a09e8605c5
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user