1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-27 09:12:41 +01:00

Put spaces back in condition rendering

Summary: Fixes T9055. I mostly tested with "Always" rules so I missed this.

Test Plan: {F687280}

Reviewers: chad, joshuaspence

Reviewed By: joshuaspence

Maniphest Tasks: T9055

Differential Revision: https://secure.phabricator.com/D13780
This commit is contained in:
epriestley 2015-08-03 15:49:10 -07:00
parent 4139305f73
commit 05c571794b

View file

@ -878,7 +878,9 @@ abstract class HeraldAdapter extends Phobject {
return array(
$field_name,
' ',
$condition_name,
' ',
$value,
);
}