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  b5cabc7f0c296f8a42a0f30951566b03985b8f51 (commit)
      from  271725ca8446d2e2a2a6369b766e67d72291c4e8 (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=b5cabc7f0c296f8a42a0f30951566b03985b8f51

commit b5cabc7f0c296f8a42a0f30951566b03985b8f51
Author: Roland Mas <[email protected]>
Date:   Mon Jan 2 11:57:02 2017 +0100

    Sort loading of plugins by plugin name for reproducibility

diff --git a/src/common/include/PluginManager.class.php 
b/src/common/include/PluginManager.class.php
index f3bfd02..dee5fd8 100644
--- a/src/common/include/PluginManager.class.php
+++ b/src/common/include/PluginManager.class.php
@@ -50,7 +50,7 @@ class PluginManager extends FFError {
         */
        function getPlugins() {
                $this->plugins_data = array();
-               $res = db_query_params('SELECT plugin_id, plugin_name FROM 
plugins',
+               $res = db_query_params('SELECT plugin_id, plugin_name FROM 
plugins ORDER BY plugin_name',
                                array());
                $rows = db_numrows($res);
                for ($i=0; $i<$rows; $i++) {

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

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