shenshihai 3 năm trước cách đây
mục cha
commit
27aa681d80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/PackageClass.php

+ 1 - 1
src/PackageClass.php

@@ -718,7 +718,7 @@ class PackageClass
 		
 		$arrRemovePattern = array();
 		foreach($removePath as $item){
-			$pattern = pathJoin($rootDir,$item['pattern']);
+			$pattern = $item['pattern'];
 			array_push($arrRemovePattern,$pattern);
 		}
 		$arrAddPath = array();