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 221625553358d4e2b872b524b89632b5f50eaa76 (commit)
from 9e06dbc1f80c3e9406ad777712b143ac0e8a09ce (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=221625553358d4e2b872b524b89632b5f50eaa76
commit 221625553358d4e2b872b524b89632b5f50eaa76
Author: Franck Villaume <[email protected]>
Date: Sun Jul 2 17:58:19 2017 +0200
use raw content in preference edition
diff --git a/src/plugins/blocks/common/blocks_Widget_HomeSummary.class.php
b/src/plugins/blocks/common/blocks_Widget_HomeSummary.class.php
index 76446f5..b091102 100644
--- a/src/plugins/blocks/common/blocks_Widget_HomeSummary.class.php
+++ b/src/plugins/blocks/common/blocks_Widget_HomeSummary.class.php
@@ -69,7 +69,7 @@ class blocks_Widget_HomeSummary extends Widget {
}
function getPreferences() {
- return $this->getPartialPreferencesForm($this->getTitle(),
$this->getContent());
+ return $this->getPartialPreferencesForm($this->getTitle(),
$this->content);
}
function getInstallPreferences() {
diff --git a/src/plugins/blocks/common/blocks_Widget_ProjectSummary.class.php
b/src/plugins/blocks/common/blocks_Widget_ProjectSummary.class.php
index 2a6fc5f..90d6e9e 100644
--- a/src/plugins/blocks/common/blocks_Widget_ProjectSummary.class.php
+++ b/src/plugins/blocks/common/blocks_Widget_ProjectSummary.class.php
@@ -70,7 +70,7 @@ class blocks_Widget_ProjectSummary extends Widget {
}
function getPreferences() {
- return $this->getPartialPreferencesForm($this->getTitle(),
$this->getContent());
+ return $this->getPartialPreferencesForm($this->getTitle(),
$this->content);
}
function getInstallPreferences() {
-----------------------------------------------------------------------
Summary of changes:
src/plugins/blocks/common/blocks_Widget_HomeSummary.class.php | 2 +-
src/plugins/blocks/common/blocks_Widget_ProjectSummary.class.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits