Skip to content

Commit 0bf4dee

Browse files
committed
Diverse Bug-Fixes
1 parent 4b1c79c commit 0bf4dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inservibile/JsonRPCServer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function handle( $object ) {
5252
header('Content-Type: application/json');
5353
echo "Status: 406 Not Acceptable; Valid Content-Type application/json";
5454
} else {
55-
// reads the input data
55+
// read the input data
5656
$request = json_decode(file_get_contents('php://input'),true);
5757
// executes the task on local object
5858
$response = array ( 'id' => $request['id'], 'result' => NULL, 'error' => NULL );

0 commit comments

Comments
 (0)