Skip to content
Snippets Groups Projects
Commit 921311ce authored by osopolar's avatar osopolar Committed by Chris Leppanen
Browse files

Issue #2053355 by osopolar: Notice: Undefined variable: file FeedsParser.inc:388.

parent 2c05963b
No related branches found
No related tags found
No related merge requests found
......@@ -385,7 +385,7 @@ class FeedsEnclosure extends FeedsElement {
}
// We couldn't make sense of this enclosure, throw an exception.
if (!$file) {
if (!isset($file)) {
throw new Exception(t('Invalid enclosure %enclosure', array('%enclosure' => $this->getValue())));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment