aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-09-21 08:32:15 +0000
committerz0rglub <z0rglub@piwigo.org>2003-09-21 08:32:15 +0000
commit3fef5cab7e78892d25c4754f52dfe51059b3352e (patch)
tree9ccfc2d7bd156d45bec2fa8ae9f541817564d718
parent20ca7a90f057c1905ebcebcb4762d7775149ae5a (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.php2
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' );
}
}
}