X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/6cfca8753d54e2025c6020b2af32529e25f58c66..HEAD:/lib/functions.php diff --git a/lib/functions.php b/lib/functions.php index 0372507..7ac4c9e 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -446,7 +446,7 @@ function jirafeau_upload($file, $one_time_download, $key, $time, $ip, $crypt, $l 'link' => '', 'delete_link' => '')); } - jirafeau_add_file($file, $one_time_download, $key, $time, $ip, $crypt, $link_name_length, $file_hash_method); + return jirafeau_add_file($file, $one_time_download, $key, $time, $ip, $crypt, $link_name_length, $file_hash_method); } /**