Undefined variable use
This commit is contained in:
parent
0c6fe78a73
commit
ae73baf4ee
@ -76,7 +76,7 @@ class StoreRemoteMediaPlugin extends Plugin
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->checkWhitelist($url);
|
$this->checkWhitelist($file->getUrl());
|
||||||
|
|
||||||
// First we download the file to memory and test whether it's actually an image file
|
// First we download the file to memory and test whether it's actually an image file
|
||||||
$imgData = HTTPClient::quickGet($file->getUrl());
|
$imgData = HTTPClient::quickGet($file->getUrl());
|
||||||
|
Loading…
Reference in New Issue
Block a user