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 b46207fff535ebdec42789050ca52d5a84f8e85c (commit)
via d1cbe3fc47e594dc37276cf736591f8f40f86d47 (commit)
from 54bae22d5774bcbbdb24e7c1d6ce10ffc6568d46 (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=b46207fff535ebdec42789050ca52d5a84f8e85c
commit b46207fff535ebdec42789050ca52d5a84f8e85c
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Jun 17 11:32:28 2016 +0200
No public needed for function __construct
diff --git a/src/plugins/twitter/include/twitterPlugin.class.php
b/src/plugins/twitter/include/twitterPlugin.class.php
index 74ca014..b0e2e9b 100644
--- a/src/plugins/twitter/include/twitterPlugin.class.php
+++ b/src/plugins/twitter/include/twitterPlugin.class.php
@@ -22,7 +22,7 @@
*/
class twitterPlugin extends ForgeAuthPlugin {
- public function __construct() {
+ function __construct() {
$this->ForgeAuthPlugin() ;
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=d1cbe3fc47e594dc37276cf736591f8f40f86d47
commit d1cbe3fc47e594dc37276cf736591f8f40f86d47
Author: Marc-Etienne Vargenau <[email protected]>
Date: Fri Jun 17 11:31:55 2016 +0200
No public needed for function __construct
diff --git a/src/plugins/soapadmin/www/coreapi/coreapiservice.php
b/src/plugins/soapadmin/www/coreapi/coreapiservice.php
index 764c0e3..8756727 100644
--- a/src/plugins/soapadmin/www/coreapi/coreapiservice.php
+++ b/src/plugins/soapadmin/www/coreapi/coreapiservice.php
@@ -49,7 +49,7 @@ Class CoreApiServer extends SoapServer {
* @param string $wsdl WSDL location for this service
* @param array $options Options for the SoapClient
*/
- public function __construct($wsdl="FusionforgeCoreApi.wsdl",
$options=array()) {
+ function __construct($wsdl="FusionforgeCoreApi.wsdl", $options=array())
{
$this->logger = Logger::getLogger('api.soap.core.CoreApi');
$this->logger->debug("FusionForgeCoreApi Soap Server created
...");
-----------------------------------------------------------------------
Summary of changes:
src/plugins/soapadmin/www/coreapi/coreapiservice.php | 2 +-
src/plugins/twitter/include/twitterPlugin.class.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits