Skip to content

Commit 953fba9

Browse files
committed
fix include path in core class
1 parent 334d60e commit 953fba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build4D/Project/Sources/Classes/_core.4dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ Function _includePaths($pathsObj : Collection) : Boolean
583583
return False
584584
Else
585585
If ((Value type($pathObj.source)=Is text) || (OB Instance of($pathObj.source; 4D.Folder)) || (OB Instance of($pathObj.source; 4D.File)))
586-
//$sourcePath:=This._resolvePath($pathObj.source; This._currentProjectPackage)
587-
$sourcePath:=This._resolvePath($pathObj.source; This._projectPackage)
586+
$sourcePath:=This._resolvePath($pathObj.source; This._currentProjectPackage)
587+
//$sourcePath:=This._resolvePath($pathObj.source; This._projectPackage)
588588
Else
589589
This._log(New object(\
590590
"function"; "Paths include"; \

0 commit comments

Comments
 (0)