TT#14209 Spell :Private function attribute correctly

Change-Id: Ie38ad98b024d49b81667b5990839e5f0b4862136
changes/69/12569/4
Guillem Jover 9 years ago
parent 2c72f95269
commit 6eac9e7ce8

@ -1041,7 +1041,7 @@ sub devmod_get_annotated_info :Chained('devmod_base') :PathPart('annolines/ajax'
$self->get_annotated_info($c, $c->stash->{devmod} );
}
sub get_annotated_info :Privat {
sub get_annotated_info :Private {
my ($self, $c, $devmod) = @_;
my $device_info = { $devmod->get_inflated_columns };

Loading…
Cancel
Save