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 8336ec72e18f7f41f4ede643a83b9414dd6de67e (commit)
from 14959bcbe2bba25357f4b34307ad9acf2da4e550 (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=8336ec72e18f7f41f4ede643a83b9414dd6de67e
commit 8336ec72e18f7f41f4ede643a83b9414dd6de67e
Author: Franck Villaume <[email protected]>
Date: Thu Sep 28 15:47:25 2017 +0000
revert previous commit: e4225c4024164f7f513fd1ec3065f751374e15cd
diff --git a/src/common/tracker/actions/tracker.php
b/src/common/tracker/actions/tracker.php
index b6f63e8..226bc5d 100644
--- a/src/common/tracker/actions/tracker.php
+++ b/src/common/tracker/actions/tracker.php
@@ -651,12 +651,7 @@ switch (getStringFromRequest('func')) {
session_redirect('/tracker/?group_id='.$group_id.'&atid='.$atid.'&aid='.$aid,
false);
break;
default : {
- $aid = getIntFromRequest('aid');
- if ($aid) {
- include $gfcommon.'tracker/actions/detail.php';
- } else {
- include $gfcommon.'tracker/actions/browse.php';
- }
+ include $gfcommon.'tracker/actions/browse.php';
break;
}
}
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/actions/tracker.php | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits