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:
parent
20ca7a90f0
commit
3fef5cab7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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' );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue