diff options
-rw-r--r-- | upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.php b/upload.php index 735faa49c..91f93e973 100644 --- a/upload.php +++ b/upload.php @@ -216,7 +216,7 @@ if ( isset( $_POST['submit'] ) and !isset( $_GET['waiting_id'] ) ) // mail notification for administrators if ( $conf['mail_notification'] ) { - notify( 'comment' ); + notify( 'upload' ); } } } |