[Fusionforge-commits] FusionForge branch master updated. v6.0.3-417-g68ed474

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Mar 20 21:27:58 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  68ed474726530d36230b8d49bc56e443449db5b5 (commit)
      from  bab765dee838245e08d3e78dc18b895c0155baeb (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=68ed474726530d36230b8d49bc56e443449db5b5

commit 68ed474726530d36230b8d49bc56e443449db5b5
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Mar 20 21:27:43 2016 +0100

    remove useless require

diff --git a/src/common/widget/Widget_HomeVersion.class.php b/src/common/widget/Widget_HomeVersion.class.php
index 8cf8ea4..3ad4d07 100644
--- a/src/common/widget/Widget_HomeVersion.class.php
+++ b/src/common/widget/Widget_HomeVersion.class.php
@@ -18,15 +18,16 @@
  */
 
 require_once 'Widget.class.php';
-require_once $gfcommon.'include/tag_cloud.php';
 
 class Widget_HomeVersion extends Widget {
 	function __construct() {
 		$this->Widget('homeversion');
 	}
+
 	function getTitle() {
 		return _('System Information');
 	}
+
 	function getContent() {
 		$ff = FusionForge::getInstance();
 		return sprintf(_('%s is running %s version %s'), forge_get_config('forge_name'), $ff->software_name, $ff->software_version);

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

Summary of changes:
 src/common/widget/Widget_HomeVersion.class.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list