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;