Skip to content

Commit

Permalink
Merge branch '5.0-trunk' into 5.0.2-releng
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Sep 14, 2021
2 parents 2427aee + 99bf243 commit 185e82b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/RT/Handle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,8 @@ sub InsertData {

local $@;

# Get the full path since . is no longer in @INC after perl 5.24
$datafile = Cwd::abs_path($datafile);
$RT::Logger->debug("Going to load '$datafile' data file");

my $datafile_content = do {
Expand Down

0 comments on commit 185e82b

Please sign in to comment.