Using getIncPath()
This commit is contained in:
parent
e4ba8a762f
commit
ae55e3ffb9
|
@ -12,7 +12,7 @@ function macro_BHL_REF($proc, $module, $func, $signature_json = '')
|
|||
$mapped = false;
|
||||
|
||||
$bhl_proj = \taskman\bhl_proj();
|
||||
$inc_path = isset($bhl_proj->inc_dirs) ? $bhl_proj->inc_dirs : $bhl_proj->src_dirs;
|
||||
$inc_path = $bhl_proj->getIncPath();
|
||||
|
||||
foreach($inc_path as $dir)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue