Extract whether subdef metadata updates are required

This commit is contained in:
Benoît Burnichon
2016-01-22 17:15:51 +01:00
parent 401ed4f431
commit f501cba16b
8 changed files with 63 additions and 52 deletions

View File

@@ -949,7 +949,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
$subdefFile = $path_file_dest;
}
$meta_writable = $subdef_def->meta_writeable();
$meta_writable = $subdef_def->isMetadataUpdateRequired();
}
$filesystem->chmod($subdefFile, 0760);