mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 21:43:18 +00:00
add stamp / no-stamp to export-by-email and export-by-ftp (#4437)
add default (disabled) stamp settings on new collections add "record_edit" & "image_tools" to conf / export-stamp-choice privilege
This commit is contained in:
@@ -1339,9 +1339,9 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
|
||||
|
||||
/**
|
||||
* @param $metadatas
|
||||
* @throws Exception
|
||||
* @throws Exception|Exception_InvalidArgument
|
||||
*
|
||||
* nb : use of "silent" @ operator on stdClass member access (equals null in not defined) is more simple than "iseet()" or "empty()"
|
||||
* nb : use of "silent" @ operator on stdClass member access (equals null if not defined) is more simple than "isset()" or "empty()"
|
||||
*/
|
||||
private function do_metadatas(array $metadatas)
|
||||
{
|
||||
|
Reference in New Issue
Block a user