From 3fef5cab7e78892d25c4754f52dfe51059b3352e Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 21 Sep 2003 08:32:15 +0000 Subject: [PATCH] The notification mail send now an upload message, not a comment message git-svn-id: http://piwigo.org/svn/trunk@150 68402e56-0260-453c-a942-63ccdbb3a9ee --- upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); } } }