@@ -293,8 +293,8 @@ |
||
| 293 | 293 | $id = $parent_id; |
| 294 | 294 | if ($parent_id === 0) { |
| 295 | 295 | // Create a dummy "place" for the top level |
| 296 | - $title = I18N::translate('World'); |
|
| 297 | - $hierarchy = [(object) [ |
|
| 296 | + $title = I18N::translate('World'); |
|
| 297 | + $hierarchy = [(object) [ |
|
| 298 | 298 | 'pl_id' => 0, |
| 299 | 299 | 'pl_place' => $title, |
| 300 | 300 | ]]; |