From ae55e3ffb96af6080a978654322b332827f64416 Mon Sep 17 00:00:00 2001 From: Pavel Shevaev Date: Mon, 27 Nov 2023 11:49:42 +0300 Subject: [PATCH] Using getIncPath() --- bhl_macro.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bhl_macro.inc.php b/bhl_macro.inc.php index 62bdd09..e5c771f 100644 --- a/bhl_macro.inc.php +++ b/bhl_macro.inc.php @@ -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) {