Add missing return in CoreLibs Basic internal url parser

Just to fulfill check, is only used internal
This commit is contained in:
Clemens Schwaighofer
2019-12-06 15:35:07 +09:00
parent b6f6eeac9b
commit 0153c9721f

View File

@@ -1140,6 +1140,8 @@ class Basic
return "href=##QUOT##$_1$_2$_3##QUOT##";
} elseif ($atag) {
return $atag.$_2.$_3;
} else {
return $href;
}
}