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  26574d6504394146638f2d4e34e9f23bf46330d8 (commit)
      from  65590558184ad8b027c1dfc881860114787a7308 (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=26574d6504394146638f2d4e34e9f23bf46330d8

commit 26574d6504394146638f2d4e34e9f23bf46330d8
Author: Franck Villaume <[email protected]>
Date:   Sun Jun 16 17:50:01 2019 +0200

    fix wrong php function

diff --git a/src/common/widget/Widget_HomeSponsoredHeadLines.class.php 
b/src/common/widget/Widget_HomeSponsoredHeadLines.class.php
index 97e70c1..938c33b 100644
--- a/src/common/widget/Widget_HomeSponsoredHeadLines.class.php
+++ b/src/common/widget/Widget_HomeSponsoredHeadLines.class.php
@@ -94,7 +94,7 @@ class Widget_HomeSponsoredHeadLines extends Widget {
                if (strlen($content)) {
                        return $content.html_e('div', array('style' => 
'clear:both'), '&nbsp;');
                }
-               return $HTML->warning(_('No Sponsored element found'));
+               return $HTML->warning_msg(_('No Sponsored element found'));
        }
 }
  

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

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