example fetcher: store with c_id not id (contains usernames)
This commit is contained in:
parent
c8e151d0c7
commit
8c650c564c
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
$ext = '.jpg';
|
||||
else
|
||||
$ext = '.mp4';
|
||||
file_put_contents($snap['id'].$ext, $blob_data);
|
||||
file_put_contents($snap['c_id'].$ext, $blob_data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue