... | ... |
@@ -27,9 +27,9 @@ class InsertTagsListener |
27 | 27 |
{ |
28 | 28 |
$fragments = explode('::', $elements[1]); |
29 | 29 |
$elements[1] = $fragments[0]; |
30 |
- $strId = $fragments[1]; |
|
30 |
+ $strPrefix = $fragments[1]; |
|
31 | 31 |
if (isset($fragments[2])) { |
32 |
- $strPrefix = $fragments[2]; |
|
32 |
+ $strId = $fragments[2]; |
|
33 | 33 |
} |
34 | 34 |
} |
35 | 35 |
if ($elements[1]) |