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, feature/plugin-repositoryapi has been updated
       via  e128dd838657fa9b3a758dc61a7cadfcd4b7510a (commit)
      from  7228f42fdf492f4de71d16fbdb2e27a229e4e205 (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=e128dd838657fa9b3a758dc61a7cadfcd4b7510a

commit e128dd838657fa9b3a758dc61a7cadfcd4b7510a
Author: Roland Mas <[email protected]>
Date:   Tue Jan 10 10:26:58 2017 +0100

    Use current constructor

diff --git a/src/plugins/repositoryapi/include/repositoryapiPlugin.class.php 
b/src/plugins/repositoryapi/include/repositoryapiPlugin.class.php
index db81347..0ca3a2b 100644
--- a/src/plugins/repositoryapi/include/repositoryapiPlugin.class.php
+++ b/src/plugins/repositoryapi/include/repositoryapiPlugin.class.php
@@ -23,7 +23,7 @@
 
 class repositoryapiPlugin extends Plugin {
        public function __construct($id=0) {
-               $this->Plugin($id) ;
+               parent::__construct($id) ;
                $this->name = "repositoryapi";
                $this->text = "Repository API"; // To show in the tabs, use...
                $this->_addHook('register_soap');

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

Summary of changes:
 src/plugins/repositoryapi/include/repositoryapiPlugin.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