diff --git a/Utility/WysiwygZip.php b/Utility/WysiwygZip.php index 33cb632..03acd9d 100644 --- a/Utility/WysiwygZip.php +++ b/Utility/WysiwygZip.php @@ -125,7 +125,8 @@ public function getFromWysiwygZip($zipFilePath, $fileName = 'document.txt') { // ここで”/”を区切りで入れると // Routerが返す文字列が”/”付けて返してくるので、セパレータ入が重複する if ($type == 'image') { - $line = sprintf('', + $line = sprintf( + '', //$matches[1], Router::url('/', true), $type,