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:
parent
4139305f73
commit
05c571794b
1 changed files with 2 additions and 0 deletions
|
@ -878,7 +878,9 @@ abstract class HeraldAdapter extends Phobject {
|
|||
|
||||
return array(
|
||||
$field_name,
|
||||
' ',
|
||||
$condition_name,
|
||||
' ',
|
||||
$value,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue