Merge branch 'core_fixes' into 'dev'
return false if http signatue is not valid See merge request hubzilla/core!1489
This commit is contained in:
commit
793d78fba6
@ -308,8 +308,7 @@ class Libzot {
|
||||
|
||||
if(! $hsig_valid) {
|
||||
logger('http signature not valid: ' . print_r($hsig,true));
|
||||
/// @FIXME $result is undefined
|
||||
return $result;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user