[Fusionforge-commits] FusionForge branch master updated. 6.0.4-1219-g4e47578

Franck Villaume nerville at libremir.placard.fr.eu.org
Tue Dec 6 00:20:50 CET 2016


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  4e47578f10c2ecf74b73b6efa6f7f5de58974bb2 (commit)
      from  5619370f5530dc0ea8904614786dc0e3a0d3fd11 (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=4e47578f10c2ecf74b73b6efa6f7f5de58974bb2

commit 4e47578f10c2ecf74b73b6efa6f7f5de58974bb2
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Dec 6 00:18:14 2016 +0100

    fix wrong img filename

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 67612e3..b017e95 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -1347,7 +1347,7 @@ if (isset($params['group']) && $params['group']) {
 	}
 
 	function getClosedTicketPic($title = '', $alt = '', $otherAttr = array()) {
-		return $this->getPicto('ic/ticket-close.png', $title, $alt, 20, 20, $otherAttr);
+		return $this->getPicto('ic/ticket-closed.png', $title, $alt, 20, 20, $otherAttr);
 	}
 
 	function getErrorPic($title = '', $alt = '', $otherAttr = array()) {

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

Summary of changes:
 src/www/include/Layout.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list