This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  9849e593c9b9e1242e8e9c309f2e086d2fec1be8 (commit)
      from  25c20af208ca5fc3230833a945a2429eb054e5a6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9849e593c9b9e1242e8e9c309f2e086d2fec1be8

commit 9849e593c9b9e1242e8e9c309f2e086d2fec1be8
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Fri Oct 14 12:55:41 2016 +0200

    docman: fix notification mail content

diff --git a/src/common/docman/actions/notifyusers.php 
b/src/common/docman/actions/notifyusers.php
index 98efaac..206ba5a 100644
--- a/src/common/docman/actions/notifyusers.php
+++ b/src/common/docman/actions/notifyusers.php
@@ -71,7 +71,8 @@ $body = _('Project')._(': ').$d->Group->getPublicName()."\n";
 $body .= _('Document Folder')._(': ').$d->getDocGroupName()."\n";
 $body = _('Document Title')._(': ').$d->getName()."\n";
 $body .= _('Document Filename')._(': ').$d->getFileName()."\n";
-$body .= _('Direct Link')._(': 
').util_make_url('/docman/?group_id='.$d->Group->getID().'&view=listfile&dirid='.$d->getDocGroupID().'&filedetailid='.$d->getID());
+$body .= _('Direct Link')._(': 
').util_make_url('/docman/?group_id='.$d->Group->getID().'&view=listfile&dirid='.$d->getDocGroupID().'&filedetailid='.$d->getID())."\n";
+$body .= _('Notification Comments')._(':')."\n";
 $body .= $details;
 $sendEmails = 0;
 foreach ($emailsArr as $key => $toEmail) {

-----------------------------------------------------------------------

Summary of changes:
 src/common/docman/actions/notifyusers.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to