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.
2 parents cdad627 + 2b43cdf commit 7de1bbeCopy full SHA for 7de1bbe
README.md
@@ -1206,7 +1206,7 @@ Submit Query
1206
FileAPI::makeResponse(array(
1207
'status' => FileAPI::OK
1208
, 'statusText' => 'OK'
1209
- , 'body' => array('count' => sizeof($files)
+ , 'body' => array('count' => sizeof($files))
1210
), $jsonp);
1211
exit;
1212
}
README.ru.md
@@ -1185,7 +1185,7 @@ Submit Query
1185
1186
1187
1188
1189
1190
1191
0 commit comments