mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-25 21:40:13 -06:00
Fixed Logical Operator
This commit is contained in:
@@ -251,7 +251,7 @@ class TorrentController extends BaseController
|
||||
);
|
||||
}
|
||||
|
||||
if ($anon == 0 || $featured == 1) {
|
||||
if ($anon == 0 && $featured == 1) {
|
||||
$this->chat->systemMessage(
|
||||
sprintf('Ladies and Gents, [url=%s/torrents/', $appurl).$torrent->id.']'.$torrent->name.sprintf('[/url] has been added to the Featured Torrents Slider by [url=%s/users/', $appurl).$username.']'.$username.'[/url]! Grab It While You Can! :fire:'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user