example fetcher: store with c_id not id (contains usernames)

This commit is contained in:
Thomas Lackner 2013-01-08 12:32:35 -06:00
parent c8e151d0c7
commit 8c650c564c

View file

@ -39,7 +39,7 @@
$ext = '.jpg'; $ext = '.jpg';
else else
$ext = '.mp4'; $ext = '.mp4';
file_put_contents($snap['id'].$ext, $blob_data); file_put_contents($snap['c_id'].$ext, $blob_data);
} }
} }
} }