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, 6.1 has been updated
       via  8816311eff01a011f544f83681def9115ee2987e (commit)
      from  5ed8e4f037073bda2a60abc7625ecd473145eb10 (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=8816311eff01a011f544f83681def9115ee2987e

commit 8816311eff01a011f544f83681def9115ee2987e
Author: Franck Villaume <[email protected]>
Date:   Sun Apr 28 20:31:09 2019 +0200

    fix PHP syntax

diff --git a/src/www/search/include/SearchManager.class.php 
b/src/www/search/include/SearchManager.class.php
index 8a45e15..8c011609 100644
--- a/src/www/search/include/SearchManager.class.php
+++ b/src/www/search/include/SearchManager.class.php
@@ -122,7 +122,7 @@ class SearchManager {
                $groupForumSE  = new ForumsGroupSearchEngine();
                $this->addSearchEngine(
                        SEARCH__TYPE_IS_FORUMS,
-                       $groupForumSE;
+                       $groupForumSE
                );
                $groupTaskSE = new TasksGroupSearchEngine();
                $this->addSearchEngine(

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

Summary of changes:
 src/www/search/include/SearchManager.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to