diff --git a/embargo.module b/embargo.module index b9dec98..7dd6a09 100644 --- a/embargo.module +++ b/embargo.module @@ -47,6 +47,8 @@ function embargo_file_download($uri) : null|array|int { return -1; } } + + return NULL; } /**