Skip to content

Commit

Permalink
Merge branch '4.2-trunk' into 4.4.3-releng
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Jun 21, 2018
2 parents bf05ee7 + 97416a3 commit fb82702
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/RT/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ Returns the extension version.

sub Version {
my $self = shift;
return $self->Name->VERSION;
no strict 'refs';
return ${$self->Name . '::VERSION'};
}

=head2 Path
Expand Down
5 changes: 4 additions & 1 deletion share/html/Admin/Scrips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ <h1><%$caption%></h1>
AllowSorting => 1,
PassArguments => [qw(
FindDisabledScrips
)],
Page
Order
OrderBy
)],
&>


Expand Down

0 comments on commit fb82702

Please sign in to comment.