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  54e3aa6425f34ee13f4202573acd2ead74ceae90 (commit)
      from  ffcb233585ffaae3e5e9c6a9e94a22d4ebabb3a1 (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=54e3aa6425f34ee13f4202573acd2ead74ceae90

commit 54e3aa6425f34ee13f4202573acd2ead74ceae90
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Jan 31 13:50:48 2017 +0100

    Use __construct

diff --git a/src/plugins/authbuiltin/common/AuthBuiltinPlugin.class.php 
b/src/plugins/authbuiltin/common/AuthBuiltinPlugin.class.php
index 1eec126..8451880 100644
--- a/src/plugins/authbuiltin/common/AuthBuiltinPlugin.class.php
+++ b/src/plugins/authbuiltin/common/AuthBuiltinPlugin.class.php
@@ -27,11 +27,8 @@
  */
 
 class AuthBuiltinPlugin extends ForgeAuthPlugin {
-       /**
-        * AuthBuiltinPlugin() - constructor
-        *
-        */
-       function AuthBuiltinPlugin() {
+
+       function __construct() {
                parent::__construct();
 
                $this->name = 'authbuiltin';

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

Summary of changes:
 src/plugins/authbuiltin/common/AuthBuiltinPlugin.class.php | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to