minor change

This commit is contained in:
tomas 2005-03-02 02:24:42 +00:00
parent 0c54b95146
commit 54595b6f96
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.22 $
Version : $Revision: 1.23 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/StoredFile.php,v $
------------------------------------------------------------------------------*/
@ -109,7 +109,7 @@ class StoredFile{
return PEAR::raiseError("StoredFile::insert: ".
"metadata file not found ($metadata)");
}
$res = $ac->md->insert($metadata, $mdataLoc);
$res = $ac->md->insert($metadata, $mdataLoc, $ftype);
if(PEAR::isError($res)){
$ac->dbc->query("ROLLBACK"); return $res;
}