[Rt-commit] rt branch, 4.6/priority-as-string, repushed
Brian Duggan
brian at bestpractical.com
Wed Jun 13 13:54:16 EDT 2018
The branch 4.6/priority-as-string was deleted and repushed:
was 17385e95ce31be16f9d835d039f2b25dd91bfd18
now 3527362186da7e752ccff70d46575499026d7b07
1: 17385e95c ! 1: 352736218 Core RT::Extension::PriorityAsString
@@ -187,7 +187,7 @@
+ return '' unless defined $string && length $string;
+
+ my $request_path = $HTML::Mason::Commands::r->path_info;
-+ if ($request_path =~ /Results\.tsv/) {
++ if ($request_path and $request_path =~ /Results\.tsv/) {
+ return loc($string);
+ }
+
More information about the rt-commit
mailing list