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 0fb03b3b89c6bb7bdaa62d47c370e5a6df484111 (commit)
from 12f4baf179b473a1760d73e0e3a6b5dad30a397f (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=0fb03b3b89c6bb7bdaa62d47c370e5a6df484111
commit 0fb03b3b89c6bb7bdaa62d47c370e5a6df484111
Author: Franck Villaume <[email protected]>
Date: Sat Jun 18 18:19:01 2016 +0200
fix rename Plugin function to __construct. Add missing licence
diff --git a/src/plugins/externalsearch/common/ExternalSearchPlugin.class.php
b/src/plugins/externalsearch/common/ExternalSearchPlugin.class.php
index f69ff70..d78eeac 100644
--- a/src/plugins/externalsearch/common/ExternalSearchPlugin.class.php
+++ b/src/plugins/externalsearch/common/ExternalSearchPlugin.class.php
@@ -1,12 +1,24 @@
<?php
-
/**
* External search plugin
*
* Copyright 2004 (c) Guillaume Smet
+ * http://fusionforge.org
+ *
+ * This file is part of FusionForge. FusionForge is free software;
+ * you can redistribute it and/or modify it under the terms of the
+ * GNU General Public License as published by the Free Software
+ * Foundation; either version 2 of the Licence, or (at your option)
+ * any later version.
*
- * http://gforge.org
+ * FusionForge is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License along
+ * with FusionForge; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
global $gfwww;
@@ -19,8 +31,8 @@ forge_define_config_item('engines_file','externalsearch',
) ;
class ExternalSearchPlugin extends Plugin {
- function ExternalSearchPlugin() {
- $this->Plugin();
+ function __construct() {
+ parent::__construct();
$this->name = 'externalsearch';
$this->text = _('External Search');
$this->pkg_desc =
-----------------------------------------------------------------------
Summary of changes:
.../common/ExternalSearchPlugin.class.php | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits