Plugin Directory

Changeset 3429819


Ignore:
Timestamp:
12/30/2025 09:25:56 PM (3 months ago)
Author:
limbdev
Message:

Fixed: issue related php7.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • limb-chatbot/trunk/includes/services/actions/class-lbaic-search-results-provider.php

    r3429796 r3429819  
    5959                $refined_search_query = $copilot->refine_search_query( $last_message_text );
    6060                $refined_text         = $refined_search_query instanceof Message ? $refined_search_query->extract_text() : 'none';
    61             } catch ( Exception ) {
     61            } catch ( Exception $e ) {
    6262                $refined_text = 'none';
    6363            }
Note: See TracChangeset for help on using the changeset viewer.