Franco Ponticelli %!s(int64=15) %!d(string=hai) anos
pai
achega
2351ef06d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      genphp.ml

+ 1 - 1
genphp.ml

@@ -599,7 +599,7 @@ and gen_call ctx e el =
 		(match ctx.curclass.cl_super with
 		| None -> assert false
 		| Some (c,_) ->
-			print ctx "parent::%s(" (name);
+			print ctx "parent::%s(" (s_ident name);
 			concat ctx "," (gen_value ctx) params;
 			spr ctx ")";
 		);