[Fusionforge-commits] FusionForge branch master updated. aaf685b3a638553549170b611f817d2832d5bcde

Franck Villaume nerville at fusionforge.org
Sat Oct 25 16:44:08 CEST 2014


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  aaf685b3a638553549170b611f817d2832d5bcde (commit)
      from  e7d447b4cdc2efeb7618e1c55e3024ad91d87cd1 (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 -----------------------------------------------------------------
commit aaf685b3a638553549170b611f817d2832d5bcde
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sat Oct 25 16:42:17 2014 +0200

    fix wrong var & comment

diff --git a/src/common/widget/Widget_MyLatestCommits.class.php b/src/common/widget/Widget_MyLatestCommits.class.php
index 82229ac..bf17d96 100644
--- a/src/common/widget/Widget_MyLatestCommits.class.php
+++ b/src/common/widget/Widget_MyLatestCommits.class.php
@@ -24,14 +24,14 @@
 class Widget_MyLatestCommits extends Widget {
 
 	/**
-	* Default number of SVN commits to display (if user did not change/set preferences)
+	* Default number of commits to display (if user did not change/set preferences)
 	*/
 	const NB_COMMITS_TO_DISPLAY = 5;
 
 	/**
 	* Number of SVN commits to display (user preferences)
 	*/
-	private $_nb_svn_commits;
+	private $_nb_commits;
 
 	public function __construct() {
 		$this->Widget('mylatestcommits');

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

Summary of changes:
 src/common/widget/Widget_MyLatestCommits.class.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list