mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-27 06:54:21 +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
|
||||
) {
|
||||
global $config;
|
||||
global $request;
|
||||
|
||||
global $index;
|
||||
global $document;
|
||||
|
||||
if (!$mime = curl_getinfo($request, CURLINFO_CONTENT_TYPE))
|
||||
{
|
||||
$mime = $document->get('mime');
|
||||
}
|
||||
|
||||
$index->updateDocument(
|
||||
[
|
||||
'mime' => $mime,
|
||||
'time' => time(),
|
||||
'code' => 200,
|
||||
'index' => 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user