mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Update api for scheduled + update get medias for + update htaccess to make medias accessibles
This commit is contained in:
parent
136b3f76ce
commit
0dac72cf54
6 changed files with 99 additions and 62 deletions
|
@ -297,7 +297,7 @@ namespace controllers\internals;
|
|||
if ($scheduled['mms'])
|
||||
{
|
||||
$internal_media = new Media($this->bdd);
|
||||
$scheduled['medias'] = $internal_media->gets_for_scheduled_and_user($scheduled['id_user'], $scheduled['id']);
|
||||
$scheduled['medias'] = $internal_media->gets_for_scheduled($scheduled['id']);
|
||||
}
|
||||
|
||||
$phone_to_use = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue