mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Properly working mms reception with public dir in data and valid rights, etc.
This commit is contained in:
parent
04a40049ce
commit
6acf28e3ce
5 changed files with 37 additions and 12 deletions
|
@ -144,7 +144,7 @@ namespace controllers\publics;
|
|||
}
|
||||
|
||||
$medias = [];
|
||||
if ($sended['mms'])
|
||||
if ($received['mms'])
|
||||
{
|
||||
$medias = $this->internal_media->gets_for_received($received['id']);
|
||||
foreach ($medias as &$media)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue