mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 09:08:42 +02:00
N°5027 AttributeUrl handle anchors starting with digits
This commit is contained in:
@@ -9,6 +9,6 @@ class AttributeURLDefaultPattern extends AttributeURL {
|
||||
{
|
||||
/** @noinspection OneTimeUseVariablesInspection */
|
||||
$oConfig = utils::GetConfig();
|
||||
return $oConfig->GetDefault('url_validation_pattern');
|
||||
return '^'.$oConfig->GetDefault('url_validation_pattern').'$';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user