Skip to content
Snippets Groups Projects
Commit 1e66daec authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

rel #33614 : fix failures

parent 7fe5ae9a
Branches
Tags
6 merge requests!1553Master,!1502Master,!1501Stable,!1324Master,!1323Hotline master,!1308Hotline#33614 sitotheque site non sauvegarde a l ajout si l url n est pas valide
......@@ -28,7 +28,7 @@ class ZendAfi_Validate_Url extends Zend_Validate_Abstract {
return true;
if (false == strpos($valueString,'://'))
$valueString = 'http://' . $valueString;
$valueString = 'http:/' . $valueString;
$this->_setValue($value);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment