@@ -291,8 +291,8 @@ |
||
291 | 291 | if ($parent_id === 0) { |
292 | 292 | // We're at the global level so create a minimal |
293 | 293 | // place for the page title and breadcrumbs |
294 | - $title = I18N::translate('World'); |
|
295 | - $hierarchy = []; |
|
294 | + $title = I18N::translate('World'); |
|
295 | + $hierarchy = []; |
|
296 | 296 | } else { |
297 | 297 | $hierarchy = $this->getHierarchy($parent_id); |
298 | 298 | $location = new PlaceLocation($hierarchy[0]->fqpn); |