Fix missing argument in rename_all_metadata function

This commit is contained in:
Nicolas Le Goff
2014-12-12 16:58:07 +01:00
parent 76104ce919
commit edac914c8f
2 changed files with 2 additions and 6 deletions

View File

@@ -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;
}