fix an issue where the isemaildomain flag for a main-domain can be set to false when edited by customer
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -194,7 +194,7 @@ if (isset($s)
|
||||
$adminsession = '0';
|
||||
}
|
||||
|
||||
$query.= "WHERE `s`.`hash` = :hash AND `s`.`ipaddress` = :ipaddr
|
||||
$query.= " WHERE `s`.`hash` = :hash AND `s`.`ipaddress` = :ipaddr
|
||||
AND `s`.`useragent` = :ua AND `s`.`lastactivity` > :timediff
|
||||
AND `s`.`adminsession` = :adminsession
|
||||
";
|
||||
|
||||
Reference in New Issue
Block a user