Franco Ponticelli 14 年之前
父節點
當前提交
7338a60c78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/php/Lib.hx

+ 1 - 1
std/php/Lib.hx

@@ -107,7 +107,7 @@ class Lib {
 		untyped __php__("$_hx_types_array = array();
 		untyped __php__("$_hx_types_array = array();
  		$_hx_cache_content = '';
  		$_hx_cache_content = '';
  		//Calling this function will put all types present in the specified types in the $_hx_types_array
  		//Calling this function will put all types present in the specified types in the $_hx_types_array
- 		_hx_build_paths($pathToLib, $_hx_types_array, array(),);
+ 		_hx_build_paths($pathToLib, $_hx_types_array, array(), $prefix);
  
  
  		for($i=0;$i<count($_hx_types_array);$i++) {
  		for($i=0;$i<count($_hx_types_array);$i++) {
  			//For every type that has been found, create its description
  			//For every type that has been found, create its description