]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/StoreRemoteMedia/StoreRemoteMediaPlugin.php
Undefined variable use
[quix0rs-gnu-social.git] / plugins / StoreRemoteMedia / StoreRemoteMediaPlugin.php
index 7d50a4502aab8be307b0181a72432c13dd63767c..798d7bc79f0a70887002bf70b2e4de35f79c2348 100644 (file)
@@ -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());