Merge remote-tracking branch 'origin/new/bug_5327'
authorPaul Poulain <paul.poulain@biblibre.com>
Wed, 15 Feb 2012 12:55:48 +0000 (13:55 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 15 Feb 2012 12:55:48 +0000 (13:55 +0100)
1  2 
C4/TTParser.pm

diff --combined C4/TTParser.pm
index 2ea31a6,e088124..e088124
mode 100644,100755..100644
@@@ -22,6 -22,7 +22,7 @@@ sub next_token
  
  #unshift token back on @tokens
  sub unshift_token{
+     my $self = shift;
      unshift @tokens, shift;
  }