From fa6bbf08145822647d38fa408084a027e1844519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Fri, 13 Sep 2024 10:36:32 +0900 Subject: [PATCH] Automation init...3 --- app/Libraries/MyCrawler/YamapLibrary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }