Browse Source

Temporarily quiet Sphinx indexing errors

pjc 5 years ago
parent
commit
6ae3e1d36e
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      sections/upload/upload_handle.php

+ 3
- 3
sections/upload/upload_handle.php View File

@@ -56,9 +56,9 @@ $Properties['Media'] = $_POST['media'];
56 56
 $Properties['Codec'] = isset($_POST['codec']) ? $_POST['codec'] : '';
57 57
 if (!($_POST['resolution'] ?? false)) $_POST['resolution'] = $_POST['ressel'] ?? '';
58 58
 $Properties['Resolution'] = $_POST['resolution'] ?? '';
59
-$Properties['AudioFormat'] = isset($_POST['audioformat']) ? $_POST['audioformat'] : '';
60
-$Properties['Subbing'] = isset($_POST['sub']) ? $_POST['sub'] : '';
61
-$Properties['Language'] = isset($_POST['lang']) ? $_POST['lang'] : '';
59
+$Properties['AudioFormat'] = 'nil';
60
+$Properties['Subbing'] = 'nil';
61
+$Properties['Language'] = 'nil';
62 62
 $Properties['Subber'] = isset($_POST['subber']) ? $_POST['subber'] : '';
63 63
 $Properties['DLsiteID'] = (isset($_POST['dlsiteid'])) ? $_POST['dlsiteid'] : '';
64 64
 $Properties['Censored'] = (isset($_POST['censored'])) ? '1' : '0';

Loading…
Cancel
Save