From: Mikael Nordfeldth Date: Fri, 2 Oct 2015 23:47:40 +0000 (+0200) Subject: Undefined variable use X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ae73baf4ee524bfea97a3c43c61b5fea92df0f7f;p=quix0rs-gnu-social.git Undefined variable use --- diff --git a/plugins/StoreRemoteMedia/StoreRemoteMediaPlugin.php b/plugins/StoreRemoteMedia/StoreRemoteMediaPlugin.php index 7d50a4502a..798d7bc79f 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());