From 67e5d72bd0e7d0db84d9f76ac6875f5a15a61e16 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 Oct 2017 14:56:07 +0200 Subject: [PATCH] Fix doxygen --- htdocs/core/lib/website.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/website.lib.php b/htdocs/core/lib/website.lib.php index b420733f185..b021ca08195 100644 --- a/htdocs/core/lib/website.lib.php +++ b/htdocs/core/lib/website.lib.php @@ -284,7 +284,7 @@ function exportWebSite($website) * @param string $filename Path of zip file * @return int <0 if KO, >0 if OK */ -function importWebSite($website) +function importWebSite($filename) { $result = 0;