mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor fixes (#654)
* Minor fixes * Removed WTF statement * Fixed broken birthday applying in profile.php * Removed double-quotes
This commit is contained in:
parent
8685ba598d
commit
5d9955cd78
8 changed files with 17 additions and 14 deletions
|
@ -49,7 +49,6 @@ if (!$torrent) {
|
|||
|
||||
if ($torrent['poster_id'] == $userdata['user_id'] && !IS_AM) {
|
||||
if ($type == 'del_torrent' || $type == 'reg' || $type == 'unreg') {
|
||||
true;
|
||||
} else {
|
||||
$this->ajax_die($lang['ONLY_FOR_MOD']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue