This commit is contained in:
xdrm-brackets 2017-12-08 03:02:22 +01:00
parent 89520180c7
commit 60a6ec10bf
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@
$returnData = array_merge([
'error' => $this->error->get(),
'ErrorDescription' => $this->error->explicit(),
'name' => $_SERVER['NAME']
'name' => $_SESSION['NAME']
],
$this->data
);