From: Victor E. (@kroky) <gi...@mg...> - 2024-10-02 11:06:47
|
Victor Emanouilov pushed to branch master at Tiki Wiki CMS Groupware / Tiki Commits: 2fa39a77 by Victor Emanouilov at 2024-10-02T14:06:24+03:00 [FIX] phpcs pipeline - - - - - 1 changed file: - lib/core/Search/Manticore/PdoClient.php Changes: ===================================== lib/core/Search/Manticore/PdoClient.php ===================================== @@ -353,8 +353,7 @@ class PdoClient while ($row = $stmt->fetch(PDO::FETCH_ASSOC)) { if ($hasCustomSelect) { $fields = []; - } - elseif ($row['object_type'] == 'trackeritem') { + } elseif ($row['object_type'] == 'trackeritem') { $fields = $available_fields['object_types']['trackeritem' . $row['tracker_id']] ?? []; } else { $fields = $available_fields['object_types'][$row['object_type']] ?? []; View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2fa39a779a429ee50ddeb1ca5c0ee8d03f2b6a4b -- View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2fa39a779a429ee50ddeb1ca5c0ee8d03f2b6a4b You're receiving this email because of your account on gitlab.com. |