Merge branch 'ent-3441-no-se-esta-comprobando-bien-el-modo-centralizado-en-el-nodo' into 'develop'
Add return value to generate_hash_to_api function See merge request artica/pandorafms!2142 Former-commit-id: e9a97e223c68a153c3ee941d87e55961330620a4
This commit is contained in:
commit
ddbf9a8bad
|
@ -3399,7 +3399,7 @@ function validate_csrf_code() {
|
|||
}
|
||||
|
||||
function generate_hash_to_api(){
|
||||
hash('sha256', db_get_value ('value', 'tupdate_settings', '`key`', 'customer_key'));
|
||||
return (string)hash('sha256', db_get_value ('value', 'tupdate_settings', '`key`', 'customer_key'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue