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 5eb81c3fbca7f05302f6acbe1f302537ff424a0d (commit)
from 25ca1159a371576377a544204f9c42409ac2170d (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=5eb81c3fbca7f05302f6acbe1f302537ff424a0d
commit 5eb81c3fbca7f05302f6acbe1f302537ff424a0d
Author: Marc-Etienne Vargenau <[email protected]>
Date: Wed May 3 17:12:17 2017 +0200
Use __construct
diff --git a/src/www/search/include/SearchManager.class.php
b/src/www/search/include/SearchManager.class.php
index 966ebc3..93cce64 100644
--- a/src/www/search/include/SearchManager.class.php
+++ b/src/www/search/include/SearchManager.class.php
@@ -45,7 +45,7 @@ class SearchManager {
var $parameters = array();
var $parametersValues = array();
- function SearchManager() {
+ function __construct() {
$this->loadSearchEngines();
$this->loadParameters();
}
-----------------------------------------------------------------------
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