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  466ec640ce63e7e7ba540935534f9d82a9fee781 (commit)
      from  0920f71c793b5e6cee321f02e0b39345468c05fb (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=466ec640ce63e7e7ba540935534f9d82a9fee781

commit 466ec640ce63e7e7ba540935534f9d82a9fee781
Author: Franck Villaume <[email protected]>
Date:   Tue Jul 12 20:22:30 2016 +0200

    getPicto: width & height are integer

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 0b66c8c..f0ce4c4 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1338,7 +1338,7 @@ if (isset($params['group']) && $params['group']) {
                return $this->getPicto('ic/folder.png', $title, $alt, 20, 20, 
$otherAttr);
        }
 
-       function getPicto($url, $title, $alt, $width = '20', $height = '20', 
$otherAttr = array()) {
+       function getPicto($url, $title, $alt, $width = 20, $height = 20, 
$otherAttr = array()) {
                $otherAttr['title'] = $title;
                if (!$alt) {
                        $otherAttr['alt'] = $title;

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

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