mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix missing argument in rename_all_metadata function
This commit is contained in:
@@ -416,7 +416,7 @@ class databox_field implements cache_cacheableInterface
|
||||
$stmt->closeCursor();
|
||||
|
||||
if ($this->renamed) {
|
||||
caption_field::rename_all_metadatas($this);
|
||||
caption_field::rename_all_metadatas($this->app, $this);
|
||||
$this->renamed = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user