mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
update: subtitle controller
- fix operator
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user