Skip to content

Commit

Permalink
Fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 26, 2017
1 parent 89baa0b commit 67e5d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/website.lib.php
Expand Up @@ -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;

Expand Down

0 comments on commit 67e5d72

Please sign in to comment.