diff --git a/app/Libraries/MyCrawler/YamapLibrary.php b/app/Libraries/MyCrawler/YamapLibrary.php index 96d67ef..25d9bc8 100644 --- a/app/Libraries/MyCrawler/YamapLibrary.php +++ b/app/Libraries/MyCrawler/YamapLibrary.php @@ -169,7 +169,7 @@ class YamapLibrary extends MyCrawlerLibrary __FUNCTION__, $content )); - if ($content === "") { + if ($content !== "") { $this->_media_tags["image_path"][] = sprintf("%s/%s", $this->getMyStorage()->getPath(), $this->getMyStorage()->getOriginName()); $this->_media_tags["content"][] = $content; }