mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-23 01:46:27 +02:00
Compare commits
2 commits
4e165ec32d
...
3b2dddbea3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3b2dddbea3 | ||
![]() |
490c6499e2 |
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v3.8.0
|
v3.8.1
|
||||||
|
|
|
@ -426,7 +426,7 @@ namespace controllers\publics;
|
||||||
$at = (string) $at;
|
$at = (string) $at;
|
||||||
$text = (string) $text;
|
$text = (string) $text;
|
||||||
|
|
||||||
if (($this->user['settings']['mms'] ?? false) && $mms)
|
if ($mms && !(int)($this->user['settings']['mms'] ?? false))
|
||||||
{
|
{
|
||||||
$return = self::DEFAULT_RETURN;
|
$return = self::DEFAULT_RETURN;
|
||||||
$return['error'] = self::ERROR_CODES['INVALID_PARAMETER'];
|
$return['error'] = self::ERROR_CODES['INVALID_PARAMETER'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue