Skip to content

Commit

Permalink
Encode the URL for Slack display
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 28, 2023
1 parent 0854a16 commit 8ea2e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/full_text.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
# told about those.
if (mb_stripos($text['number'], 'CHAP') === FALSE)
{
$log->put('Full text of ' . $text['number'] . ' came up blank: ' . $url, 5);
$log->put('Full text of ' . $text['number'] . ' came up blank: ' . urlencode($url), 5);
}

}
Expand Down

0 comments on commit 8ea2e56

Please sign in to comment.