mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-05 03:14:33 +00:00
remove mime update on progress function execute #10
This commit is contained in:
parent
686479e7f1
commit
b475b4e61b
@ -197,19 +197,12 @@ foreach($index->search('')
|
|||||||
$uploaded
|
$uploaded
|
||||||
) {
|
) {
|
||||||
global $config;
|
global $config;
|
||||||
global $request;
|
|
||||||
|
|
||||||
global $index;
|
global $index;
|
||||||
global $document;
|
global $document;
|
||||||
|
|
||||||
if (!$mime = curl_getinfo($request, CURLINFO_CONTENT_TYPE))
|
|
||||||
{
|
|
||||||
$mime = $document->get('mime');
|
|
||||||
}
|
|
||||||
|
|
||||||
$index->updateDocument(
|
$index->updateDocument(
|
||||||
[
|
[
|
||||||
'mime' => $mime,
|
|
||||||
'time' => time(),
|
'time' => time(),
|
||||||
'code' => 200,
|
'code' => 200,
|
||||||
'index' => 0
|
'index' => 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user