mirror of
https://github.com/Terranom674/Piwigo_Bratonien_Tools.git
synced 2026-09-19 19:54:31 +00:00
Include derivative pipeline version in worker stage signature
This commit is contained in:
@@ -92,6 +92,7 @@ function bratonien_tools_webdav_source_index_key(array $source)
|
|||||||
function bratonien_tools_webdav_source_index_signature(array $source)
|
function bratonien_tools_webdav_source_index_signature(array $source)
|
||||||
{
|
{
|
||||||
return sha1(implode('|', array(
|
return sha1(implode('|', array(
|
||||||
|
'generation-v'.(int)BRATONIEN_WEBDAV_GENERATION_VERSION,
|
||||||
(int)($source['connection_id'] ?? 0),
|
(int)($source['connection_id'] ?? 0),
|
||||||
(int)($source['root_fileid'] ?? 0),
|
(int)($source['root_fileid'] ?? 0),
|
||||||
(int)($source['fileid'] ?? 0),
|
(int)($source['fileid'] ?? 0),
|
||||||
|
|||||||
Reference in New Issue
Block a user