Automation init...3

This commit is contained in:
최준흠 2024-09-13 10:36:32 +09:00
parent 8423908a5f
commit fa6bbf0814

View File

@ -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;
}