Skip to content

Commit 449db77

Browse files
hotfix
1 parent 664b108 commit 449db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TelegramErrorLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private function rt($array, $title = null, $head = true)
8585
}
8686
foreach ($array as $key => $value) {
8787
if($value instanceof CURLFile){
88-
$text .= $ref.'.'.$key.'= CURLFile'.PHP_EOL;
88+
$text .= $ref.'.'.$key.'= File'.PHP_EOL;
8989
}else if (is_array($value)) {
9090
if ($title != null) {
9191
$key = $title.'.'.$key;

0 commit comments

Comments
 (0)