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 37f178c0db1b82e4a5d8f1a23436e71c42b1658f (commit)
from 057be5ee7603103cc20cfc1338effeeaa185f159 (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=37f178c0db1b82e4a5d8f1a23436e71c42b1658f
commit 37f178c0db1b82e4a5d8f1a23436e71c42b1658f
Author: Franck Villaume <[email protected]>
Date: Wed Oct 26 18:50:33 2016 +0200
fix wrong var
diff --git a/src/common/include/utils_crossref.php
b/src/common/include/utils_crossref.php
index 5770a84..7d78eaf 100644
--- a/src/common/include/utils_crossref.php
+++ b/src/common/include/utils_crossref.php
@@ -53,7 +53,7 @@ function _page2url($group_id,$page) {
return util_make_link('/wiki/g/'.$prj.'/'.rawurlencode($page), $page);
}
-function _artifactid2url ($id, $mode='') {
+function _artifactid2url($id, $mode = '') {
$text = '[#'.$id.']';
$artifactObject = artifact_get_object($id);
if ($artifactObject && is_object($artifactObject) &&
!$artifactObject->isError()) {
@@ -63,7 +63,7 @@ function _artifactid2url ($id, $mode='') {
$arg['class'] = 'artifact_closed';
}
if ($mode == 'title') {
- return util_make_link($url, $text,
$arg).util_make_link($url, $row['summary']).'<br />';
+ return util_make_link($url, $text, $arg).'
'.util_make_link($url, $artifactObject->getSummary()).'<br />';
} else {
return util_make_link($url, $text, $arg);
}
-----------------------------------------------------------------------
Summary of changes:
src/common/include/utils_crossref.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits