Skip to content

Commit

Permalink
Overrided notification function
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersoncasimir committed Apr 16, 2024
1 parent e96d5a8 commit 88be694
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/publication/php/files.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,16 @@ class Files extends \LORIS\Http\FilesPassthroughEndpoint
{
return "/files/";
}

/**
* Send a notification for the download.
*
* @param string $file The filename being downloaded
*
* @return void
*/
protected function doDownloadNotification($file)
{
// Not implemented for this module
}
}

0 comments on commit 88be694

Please sign in to comment.