-synchronize
This commit is contained in:
parent
fa106b1da1
commit
4bdcba83e2
5 changed files with 52 additions and 50 deletions
|
@ -306,7 +306,7 @@ class LocStor extends BasicStor {
|
|||
{
|
||||
// $res = $this->existsAudioClip($sessid, $gunid);
|
||||
// if(PEAR::isError($res)) return $res;
|
||||
$media = StoredFile::RecallByGunid($gunid)
|
||||
$media = StoredFile::RecallByGunid($gunid);
|
||||
$id = $media->getGunid();
|
||||
if (is_null($id)) {
|
||||
return PEAR::raiseError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue