Skip to content

Commit

Permalink
Use pl bbcode tag for request fill message
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Aug 20, 2021
1 parent a5dd2a6 commit 1900f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/requests/take_fill.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function search_joined_string($Haystack, $Needle, $Separator = '|', $Strict = tr
$userMan->sendPM($VoterID, 0,
"The request \"$FullName\" has been filled",
"One of your requests — [url=requests.php?action=view&id={$RequestID}]$FullName"
. "[/url] — has been filled. You can view it here: [torrent]{$TorrentID}[/torrent]"
. "[/url] — has been filled. You can view it here: [pl]{$TorrentID}[/pl]"
);
}

Expand Down

0 comments on commit 1900f24

Please sign in to comment.