Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ce00fea

Browse files
committed
image 부분 수정
1 parent 814be51 commit ce00fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nurigo/Coolsms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private function setContent($options)
126126
if ($key != "text") $val = trim($val);
127127

128128
if ($key == "image") {
129-
$this->content[$key] = "@" . realpath("./$val");
129+
$this->content[$key] = '@' . realpath("$val");
130130
} else {
131131
$this->content[$key] = sprintf("%s", $val);
132132
}

0 commit comments

Comments
 (0)