diff --git a/workflow/engine/classes/class.xmlfield_InputPM.php b/workflow/engine/classes/class.xmlfield_InputPM.php index 20a170191..229716f1b 100644 --- a/workflow/engine/classes/class.xmlfield_InputPM.php +++ b/workflow/engine/classes/class.xmlfield_InputPM.php @@ -370,6 +370,8 @@ class XmlForm_Field_hours extends XmlForm_Field_SimpleText foreach ($aAux as $sName => $sValue) { $aFields[] = array('sName' => $sName, 'sType' => 'system', 'sLabel'=> 'System variable'); } + //we're adding the ping variable to the system list + $aFields[] = array('sName' => 'PIN', 'sType' => 'system', 'sLabel' => 'System variable'); } require_once 'classes/model/Dynaform.php'; $oCriteria = new Criteria('workflow'); @@ -462,4 +464,4 @@ class XmlForm_Field_CheckBoxTable extends XmlForm_Field_Checkbox return $html; } } -?> \ No newline at end of file +?>