@@ -28,8 +28,9 @@ |
||
28 | 28 | |
29 | 29 | $reference = null; |
30 | 30 | if ($type === 'refobject') { |
31 | - if (isset($match[2])) |
|
32 | - $reference = $match[2]; |
|
31 | + if (isset($match[2])) { |
|
32 | + $reference = $match[2]; |
|
33 | + } |
|
33 | 34 | } else { |
34 | 35 | $reference = $match[1]; |
35 | 36 | } |