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 1404ba04959be1dfa1c334630ab57a9206ec1345 (commit)
via 3c37993b7bd5c4c7daedd6bb0b07952f55b3b8d1 (commit)
from e22f38cc9e4846b06b672ae8bcd68eaf10c4d91a (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 -----------------------------------------------------------------
commit 1404ba04959be1dfa1c334630ab57a9206ec1345
Merge: e22f38c 3c37993
Author: Roland Mas <[email protected]>
Date: Fri Jun 6 11:57:06 2014 +0200
Merge branch 'Branch_5_3'
diff --cc src/www/forum/index.php
index ca68e9b,16b69bc..5616f4d
--- a/src/www/forum/index.php
+++ b/src/www/forum/index.php
@@@ -64,7 -62,9 +64,9 @@@ if ($group_id)
// echo _('<p>Choose a forum and you can browse, search, and post
messages.<p>');
- echo $HTML->printsubMenu(array(_("My Monitored Forums")),
array("/forum/myforums.php?group_id=$group_id"), array());
+ if (session_loggedin()) {
- echo $HTML->printsubMenu(array(_("My Monitored Forums")),
array("/forum/myforums.php?group_id=$group_id"), false);
++ echo $HTML->printsubMenu(array(_("My Monitored Forums")),
array("/forum/myforums.php?group_id=$group_id"), array());
+ }
plugin_hook("blocks", "forum index");
-----------------------------------------------------------------------
Summary of changes:
src/CHANGES | 1 +
src/www/forum/index.php | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits