File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/components/wayfinder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ public function getData() {
639
639
$ resultIds [] = $ tempDocInfo ['id ' ];
640
640
$ tempDocInfo ['content ' ] = $ tempDocInfo ['class_key ' ] == 'modWebLink ' ? $ tempDocInfo ['content ' ] : '' ;
641
641
/* create the link */
642
- $ linkScheme = $ this ->_config ['fullLink ' ] ? 'full ' : '' ;
642
+ $ linkScheme = $ this ->_config ['fullLink ' ] ? 'full ' : $ this -> modx -> getOption ( ' link_tag_scheme ' , null , '' ) ;
643
643
if (!empty ($ this ->_config ['scheme ' ])) $ linkScheme = $ this ->_config ['scheme ' ];
644
644
645
645
if ($ this ->_config ['useWeblinkUrl ' ] !== 'false ' && $ tempDocInfo ['class_key ' ] == 'modWebLink ' ) {
@@ -930,4 +930,4 @@ public function modxPrep($value) {
930
930
$ value = str_replace ("} " ,"} " ,$ value );
931
931
return $ value ;
932
932
}
933
- }
933
+ }
You can’t perform that action at this time.
0 commit comments