mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
fix redundant namespace
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
fe23bb5916
commit
a815185bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ trait BasicStructure {
|
|||
/**
|
||||
* @param ResponseInterface $response
|
||||
*/
|
||||
private function extracRequestTokenFromResponse(\Psr\Http\Message\ResponseInterface $response) {
|
||||
private function extracRequestTokenFromResponse(ResponseInterface $response) {
|
||||
$this->requestToken = substr(preg_replace('/(.*)data-requesttoken="(.*)">(.*)/sm', '\2', $response->getBody()->getContents()), 0, 89);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue