Bug 7597 - Part 5 - Remove my from $branch, which was masking previous declaration
[koha_gimpoz] / C4 / TTParser.pm
index 2ea31a6..e088124 100644 (file)
@@ -22,6 +22,7 @@ sub next_token{
 
 #unshift token back on @tokens
 sub unshift_token{
+    my $self = shift;
     unshift @tokens, shift;
 }