Revert adding an argument
This commit is contained in:
parent
840d144327
commit
3706e61842
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function safe_remote_post( $url, $body, $user_id ) {
|
||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
function safe_remote_get( $url, $user_id, $override_args = array() ) {
|
function safe_remote_get( $url, $user_id ) {
|
||||||
$date = \gmdate( 'D, d M Y H:i:s T' );
|
$date = \gmdate( 'D, d M Y H:i:s T' );
|
||||||
$signature = \Activitypub\Signature::generate_signature( $user_id, 'get', $url, $date );
|
$signature = \Activitypub\Signature::generate_signature( $user_id, 'get', $url, $date );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue