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
This commit is contained in:
z0rglub 2003-09-21 08:32:15 +00:00
commit 3fef5cab7e

View file

@ -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' );
}
}
}