We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2508a6d commit b220244Copy full SHA for b220244
model/common/vuefront.php
@@ -85,7 +85,7 @@ public function pushEvent($name, $data)
85
86
public function request($url, $data, $token = false) {
87
$ch = curl_init();
88
- $headr = array();
+ $headers = array();
89
90
$headers[] = 'Content-type: application/json';
91
0 commit comments