Skip to content
Snippets Groups Projects
Commit 38927013 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #33756

parent 3833989d
Branches
Tags
7 merge requests!1553Master,!1502Master,!1501Stable,!1312Master,!1304Master,!1303Hotline master,!1300Hotline#33756 cosmogramme ne gere pas https avec koha
......@@ -37,7 +37,7 @@ abstract class Class_WebService_SIGB_AbstractRESTService extends Class_WebServic
* @return Class_WebService_SIGB_AbstractRESTService
*/
public function setServerRoot($server_root) {
$this->_server_root = $server_root;
$this->_server_root = 'https://' . str_replace('https://', '', $server_root);
return $this;
}
......
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