update: subtitle controller

- fix operator
This commit is contained in:
HDVinnie
2020-04-07 19:44:33 -04:00
parent 10bce46772
commit 716ff29875
+1 -1
View File
@@ -125,7 +125,7 @@ class SubtitleController extends Controller
// Announce To Shoutbox
$torrent_url = hrefTorrent($subtitle->torrent);
$profile_url = hrefProfile($user);
if ($subtitle->anon === false) {
if ($subtitle->anon == false) {
$this->chat->systemMessage(
sprintf('[url=%s]%s[/url] has uploaded a new subtitle for [url=%s]%s[/url]', $profile_url, $user->username, $torrent_url, $subtitle->torrent->name)
);