Browse Source

Revert "Bug 5327: Patch removes unneeded self=shift from TTParser::unshift_token"

This reverts commit 18bb9c2210.
3.8.x
Paul Poulain 13 years ago
parent
commit
746deb5127
  1. 1
      C4/TTParser.pm

1
C4/TTParser.pm

@ -22,6 +22,7 @@ sub next_token{
#unshift token back on @tokens
sub unshift_token{
my $self = shift;
unshift @tokens, shift;
}

Loading…
Cancel
Save