|
@@ -105,7 +105,7 @@ |
|
|
block discarded – undo |
|
105
|
105
|
$this->_p = TPropertyValue::ensureInteger($value); |
|
106
|
106
|
$this->setDefaultPriority($this->_dp); |
|
107
|
107
|
$_d = []; |
|
108
|
|
- foreach(array_keys($this->_d) as $priority) { |
|
|
108
|
+ foreach (array_keys($this->_d) as $priority) { |
|
109
|
109
|
$newPriority = $this->ensurePriority($priority); |
|
110
|
110
|
if (array_key_exists($newPriority, $_d)) { |
|
111
|
111
|
$_d[$newPriority] = array_merge($_d[$newPriority], $this->_d[$priority]); |
Please login to merge, or discard this patch.