Add missing return in CoreLibs Basic internal url parser
Just to fulfill check, is only used internal
This commit is contained in:
@@ -1140,6 +1140,8 @@ class Basic
|
||||
return "href=##QUOT##$_1$_2$_3##QUOT##";
|
||||
} elseif ($atag) {
|
||||
return $atag.$_2.$_3;
|
||||
} else {
|
||||
return $href;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user