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  8e16422c439294fa3edd6f97f88f9b40ea8722e5 (commit)
      from  3db1d50b4d8616a87db3470843605eb6be0230e3 (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=8e16422c439294fa3edd6f97f88f9b40ea8722e5

commit 8e16422c439294fa3edd6f97f88f9b40ea8722e5
Author: Stéphane-Eymeric Bredthauer <[email protected]>
Date:   Fri Dec 9 15:51:29 2016 +0100

    Tracker: Formula fix

diff --git a/src/common/tracker/ArtifactExtraField.class.php 
b/src/common/tracker/ArtifactExtraField.class.php
index 9d552f6..817c1a7 100644
--- a/src/common/tracker/ArtifactExtraField.class.php
+++ b/src/common/tracker/ArtifactExtraField.class.php
@@ -695,7 +695,7 @@ class ArtifactExtraField extends FFError {
         * @return      string|array
         */
        function setFormula($formula) {
-               $formula = $trim($formula);
+               $formula = trim($formula);
                $return = true;
                if ($formula=='') {
                        $this->resetFormula();

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

Summary of changes:
 src/common/tracker/ArtifactExtraField.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