diff --git a/plugins/StoreRemoteMedia/StoreRemoteMediaPlugin.php b/plugins/StoreRemoteMedia/StoreRemoteMediaPlugin.php index 7d50a4502aab8be307b0181a72432c13dd63767c..798d7bc79f0a70887002bf70b2e4de35f79c2348 100644 --- a/plugins/StoreRemoteMedia/StoreRemoteMediaPlugin.php +++ b/plugins/StoreRemoteMedia/StoreRemoteMediaPlugin.php @@ -76,7 +76,7 @@ class StoreRemoteMediaPlugin extends Plugin 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 $imgData = HTTPClient::quickGet($file->getUrl());