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