There may be other affected files, but I'll use core/Transmission.php as an example. On the version we get installing ictcore on Rocky 8, Transmission.php contains extra lines that looks to improve search results. For example:
private static $table_spool = 'spool';
private static $table_spool_result = 'spool_result';
private static $table_document = 'document';
private static $table_program_resource = 'program_resource';
But the extra lines are not present in https://github.com/ictinnovations/ictcore/blob/ictcore/core/Transmission.php. It seems like the version being shipped does not match the code or release here on GitHub.
There may be other affected files, but I'll use core/Transmission.php as an example. On the version we get installing ictcore on Rocky 8, Transmission.php contains extra lines that looks to improve search results. For example:
But the extra lines are not present in https://github.com/ictinnovations/ictcore/blob/ictcore/core/Transmission.php. It seems like the version being shipped does not match the code or release here on GitHub.