Correct variable
This commit is contained in:
parent
89722f508e
commit
1af9f54f32
|
@ -94,7 +94,7 @@ class Af_RedditImgur extends Plugin {
|
||||||
$matches = array();
|
$matches = array();
|
||||||
if (preg_match("/^https?:\/\/(m\.)?imgur.com\/([^\.\/]+$)/", $entry->getAttribute("href"), $matches)) {
|
if (preg_match("/^https?:\/\/(m\.)?imgur.com\/([^\.\/]+$)/", $entry->getAttribute("href"), $matches)) {
|
||||||
|
|
||||||
$token = $matches[1];
|
$token = $matches[2];
|
||||||
|
|
||||||
$album_content = fetch_file_contents($entry->getAttribute("href"),
|
$album_content = fetch_file_contents($entry->getAttribute("href"),
|
||||||
false, false, false, false, 10);
|
false, false, false, false, 10);
|
||||||
|
|
Loading…
Reference in New Issue