Skip to content

Commit

Permalink
Deprecated: Required parameter $local_file follows optional parameter…
Browse files Browse the repository at this point in the history
… $local_path in ~/inc/functions_global.php on line 1466
  • Loading branch information
r23 committed Jun 22, 2021
1 parent ceeface commit d688f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/inc/functions_global.php
Expand Up @@ -1463,7 +1463,7 @@ function trim_deep($value)
* @param $path
* @return boolean
*/
function fetchFileFromURL($url, $file, $local_path='./data/',$local_file)
function fetchFileFromURL($url, $file, $local_file, $local_path='./data/')
{
$data=fetchFileDataFromURL($url.$file);
if ($data)
Expand Down

0 comments on commit d688f93

Please sign in to comment.