@@ -261,7 +261,7 @@ |
||
261 | 261 | $editableComments[$const]['subcat_name'] = $catSplit[1]; |
262 | 262 | $orderIdentifier = isset($catSplit[2]) ? trim($catSplit[2]) : $counter; |
263 | 263 | $editableComments[$const]['subcat'] = ($this->subCategories[$catSplit[1]][1] ?? '') |
264 | - . '/' . $catSplit[1] . '/' . $orderIdentifier . 'z'; |
|
264 | + . '/' . $catSplit[1] . '/' . $orderIdentifier . 'z'; |
|
265 | 265 | } elseif (isset($catSplit[2])) { |
266 | 266 | $editableComments[$const]['subcat'] = 'x/' . trim($catSplit[2]) . 'z'; |
267 | 267 | } else { |