Minor - disable unused call.

pull/3768/head
Julio Montoya 5 years ago
parent c98ba90d2d
commit 9a313c5b05
  1. 1
      public/main/inc/ajax/extra_field.ajax.php

@ -66,6 +66,7 @@ switch ($action) {
echo json_encode(['items' => $result]); echo json_encode(['items' => $result]);
break; break;
case 'search_options_from_tags': case 'search_options_from_tags':
exit;
$type = isset($_REQUEST['type']) ? $_REQUEST['type'] : null; $type = isset($_REQUEST['type']) ? $_REQUEST['type'] : null;
$fieldId = isset($_REQUEST['field_id']) ? $_REQUEST['field_id'] : null; $fieldId = isset($_REQUEST['field_id']) ? $_REQUEST['field_id'] : null;
$tag = isset($_REQUEST['tag']) ? $_REQUEST['tag'] : null; $tag = isset($_REQUEST['tag']) ? $_REQUEST['tag'] : null;

Loading…
Cancel
Save