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  b9d39416acd4ee1c36b44b85ec3f2709c0fe2149 (commit)
      from  fce1e2ce918fd951a8e149bf67c07561cd69a68e (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=b9d39416acd4ee1c36b44b85ec3f2709c0fe2149

commit b9d39416acd4ee1c36b44b85ec3f2709c0fe2149
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Jul 12 15:36:29 2016 +0200

    parent::__construc --> parent::__construct

diff --git a/src/common/include/system/NSSPGSQL.class.php 
b/src/common/include/system/NSSPGSQL.class.php
index 0bebc34..419ff3d 100644
--- a/src/common/include/system/NSSPGSQL.class.php
+++ b/src/common/include/system/NSSPGSQL.class.php
@@ -31,7 +31,7 @@ class NSSPGSQL extends System {
        var $UID_ADD = 20000;
 
        function __construct() {
-               parent::__construc();
+               parent::__construct();
        }
 
        /**

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

Summary of changes:
 src/common/include/system/NSSPGSQL.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