From 3841fb5a85cb2a4bddb164a2bb4a5194db92f00b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 28 May 2019 22:18:46 +0200 Subject: [PATCH] Fix doxygen --- htdocs/core/lib/geturl.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/geturl.lib.php b/htdocs/core/lib/geturl.lib.php index ba349edd1b2..59469a6313c 100644 --- a/htdocs/core/lib/geturl.lib.php +++ b/htdocs/core/lib/geturl.lib.php @@ -172,7 +172,7 @@ function getURLContent($url, $postorget = 'GET', $param = '', $followlocation = * For example: https://www.abc.mydomain.com/dir/page.html return 'mydomain' * * @param string $url Full URL. - * @param string $mode 0=return 'mydomain', 1=return 'mydomain.com' + * @param int $mode 0=return 'mydomain', 1=return 'mydomain.com' * @return string Returns domaine name */ function getDomainFromURL($url, $mode=0)