diff --git a/build/api/core/Response.php b/build/api/core/Response.php index 7f245ab..8e5aa31 100755 --- a/build/api/core/Response.php +++ b/build/api/core/Response.php @@ -120,7 +120,7 @@ $returnData = array_merge([ 'error' => $this->error->get(), 'ErrorDescription' => $this->error->explicit(), - 'name' => $_SERVER['NAME'] + 'name' => $_SESSION['NAME'] ], $this->data );