|
@@ -15,8 +15,7 @@ |
|
|
block discarded – undo |
|
15
|
15
|
if ($element->value() == 'unquote') { |
|
16
|
16
|
$newValue = $this->eval->getReturn($list->rest()[0]); |
|
17
|
17
|
$list = $newValue; |
|
18
|
|
- } |
|
19
|
|
- else if ($element instanceof ListType && !empty($element->value())) { |
|
|
18
|
+ } else if ($element instanceof ListType && !empty($element->value())) { |
|
20
|
19
|
if ($element->first()->value() == 'unquote') { |
|
21
|
20
|
$newValue = $this->eval->getReturn($element->rest()[0]); |
|
22
|
21
|
$list->set($newValue, $index); |
Please login to merge, or discard this patch.