Compare commits
No commits in common. "3b2dddbea3bcec6807ed8c35932738566d8ee078" and "4e165ec32df069ebbe5fb373170df010e884553c" have entirely different histories.
3b2dddbea3
...
4e165ec32d
|
@ -426,7 +426,7 @@ namespace controllers\publics;
|
|||
$at = (string) $at;
|
||||
$text = (string) $text;
|
||||
|
||||
if ($mms && !(int)($this->user['settings']['mms'] ?? false))
|
||||
if (($this->user['settings']['mms'] ?? false) && $mms)
|
||||
{
|
||||
$return = self::DEFAULT_RETURN;
|
||||
$return['error'] = self::ERROR_CODES['INVALID_PARAMETER'];
|
||||
|
|
Loading…
Reference in New Issue