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  986e76490be0846a4ad497ed9de77fcf2947e4bd (commit)
      from  bcc7a445c996df3ca40ac0b5fb556e88adbf8266 (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 -----------------------------------------------------------------
commit 986e76490be0846a4ad497ed9de77fcf2947e4bd
Author: Roland Mas <[email protected]>
Date:   Fri Nov 23 15:30:34 2012 +0100

    Fixed variable name

diff --git a/src/common/include/Plugin.class.php 
b/src/common/include/Plugin.class.php
index ecc0ecd..0306d8e 100644
--- a/src/common/include/Plugin.class.php
+++ b/src/common/include/Plugin.class.php
@@ -128,7 +128,7 @@ class Plugin extends Error {
 
                $res = db_query_params('SELECT plugin_id FROM plugins WHERE 
plugin_name=$1',
                                        array($this->name));
-               $this->id = db_result($res,$i,'plugin_id');
+               $this->id = db_result($res,0,'plugin_id');
                return $this->id;
        }
 

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

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