소스 검색

- php : minor fix

Franco Ponticelli 14 년 전
부모
커밋
a9b750fdc9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      genphp.ml

+ 1 - 1
genphp.ml

@@ -1173,7 +1173,7 @@ and gen_expr ctx e =
 					gen_expr ctx e1;
 				| _ -> 
 					spr ctx "return ";
-					gen_expr ctx e
+					gen_value ctx e
 				)
 			end else begin
 				gen_expr ctx e;