diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-21 08:32:15 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-21 08:32:15 +0000 |
commit | 3fef5cab7e78892d25c4754f52dfe51059b3352e (patch) | |
tree | 9ccfc2d7bd156d45bec2fa8ae9f541817564d718 | |
parent | 20ca7a90f057c1905ebcebcb4762d7775149ae5a (diff) |
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
-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' ); } } } |