|
@@ 792-794 (lines=3) @@
|
| 789 |
|
} |
| 790 |
|
|
| 791 |
|
do { |
| 792 |
|
if (!$config=$ARConfig->cache[$checkpath]) { |
| 793 |
|
$config=($ARConfig->cache[$checkpath]) ? $ARConfig->cache[$checkpath] : $this->loadConfig($checkpath); |
| 794 |
|
} |
| 795 |
|
if ($config) { |
| 796 |
|
$checkNLS = $nls; |
| 797 |
|
if (!$checkNLS) { |
|
@@ 1658-1661 (lines=4) @@
|
| 1655 |
|
$context = $this->getContext(1); |
| 1656 |
|
$arLibrary = $context['arLibrary']; |
| 1657 |
|
$arLibraryPath = $context['arLibraryPath']; |
| 1658 |
|
} else { |
| 1659 |
|
$config = (isset($ARConfig->cache[$path])) ? $ARConfig->cache[$path] : $this->loadConfig($path); |
| 1660 |
|
$arLibraryPath = $config->libraries[$arLibrary]; |
| 1661 |
|
} |
| 1662 |
|
$arCallFunction = substr($arCallFunction, $libpos+1); |
| 1663 |
|
if ($arLibraryPath) { |
| 1664 |
|
debug("getPinpTemplate: found library '$arLibrary'. Searching for $arCallFunction on '".$config->libraries[$arLibrary]."' up to '$top'"); |