summaryrefslogtreecommitdiff
path: root/src/Readability.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Readability.php')
-rw-r--r--src/Readability.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Readability.php b/src/Readability.php
index 1b79e53..c42e577 100644
--- a/src/Readability.php
+++ b/src/Readability.php
@@ -301,7 +301,7 @@ class Readability
public function getImages()
{
$result = [];
- if (!$this->getImage()) {
+ if ($this->getImage()) {
$result[] = $this->getImage();
}