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  bf1970167b94859c7f68fcc0871e6f6afc973360 (commit)
      from  132fd0e3ac52c8626b4715d24ae7ae97cc4e732c (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=bf1970167b94859c7f68fcc0871e6f6afc973360

commit bf1970167b94859c7f68fcc0871e6f6afc973360
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Wed Jul 6 15:31:51 2016 +0200

    Add default values

diff --git a/src/common/include/utils.php b/src/common/include/utils.php
index d815761..16f2af3 100644
--- a/src/common/include/utils.php
+++ b/src/common/include/utils.php
@@ -1055,7 +1055,7 @@ function util_make_link_u($username, $user_id, $text) {
  * @param      string  $size
  * @return     string
  */
-function util_display_user($username, $user_id, $text, $size = 'xs') {
+function util_display_user($username, $user_id = 0, $text = '', $size = 'xs') {
        // Invoke user_link_with_tooltip plugin
        $hook_params = array('resource_type' => 'user', 'username' => 
$username, 'user_id' => $user_id, 'size' => $size, 'user_link' => '');
        plugin_hook_by_reference('user_link_with_tooltip', $hook_params);

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

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