The regen parameter in bsSetMetadataBatch method now used (minor change).
This commit is contained in:
parent
8608666285
commit
4443dac059
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ class BasicStor extends Alib{
|
|||
if($this->dbc->isError($res)) return $res;
|
||||
}
|
||||
$res = $this->bsSetMetadataValue($id, 'ls:mtime', date('U'),
|
||||
$lang, NULL, $container, TRUE);
|
||||
$lang, NULL, $container, $regen);
|
||||
if($this->dbc->isError($res)) return $res;
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue