Upgrade to 3.6.1
This commit is contained in:
@@ -68,7 +68,7 @@ abstract class Json
|
||||
}
|
||||
|
||||
// always inject the response code
|
||||
$data['code'] = $data['code'] ?? 200;
|
||||
$data['code'] ??= 200;
|
||||
$data['path'] = $options['path'] ?? null;
|
||||
$data['referrer'] = Panel::referrer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user