CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
working on proper length saving. need to fix substring method to ensure all get same number of subseconds to be consistent.
This commit is contained in:
parent
11d18ad8e8
commit
16cfae10ed
2 changed files with 4 additions and 2 deletions
|
@ -47,6 +47,7 @@ class StoredFile {
|
|||
{
|
||||
$this->_file = new CcFiles();
|
||||
$this->_file->setDbGunid(md5(uniqid("", true)));
|
||||
$this->_file->save();
|
||||
|
||||
$this->setMetadata($md);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue