mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-02 16:29:49 -05:00
Apply fixes from StyleCI
This commit is contained in:
@@ -108,7 +108,7 @@ class SubtitleController extends Controller
|
||||
// Announce To Shoutbox
|
||||
$torrentUrl = \href_torrent($subtitle->torrent);
|
||||
$profileUrl = \href_profile($user);
|
||||
if (!$subtitle->anon) {
|
||||
if (! $subtitle->anon) {
|
||||
$this->chatRepository->systemMessage(
|
||||
\sprintf('[url=%s]%s[/url] has uploaded a new %s subtitle for [url=%s]%s[/url]', $profileUrl, $user->username, $subtitle->language->name, $torrentUrl, $subtitle->torrent->name)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user