Completed
Push — develop ( 4b9394...9b940a )
by Greg
10:11
created
app/Module/PlaceHierarchyListModule.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -212,14 +212,14 @@
 block discarded – undo
212 212
             default:
213 213
                 $alt_link = I18N::translate('Show place hierarchy');
214 214
                 $alt_url  = $this->listUrl($tree, ['action2' => 'hierarchy', 'place_id' => $place_id]);
215
-                $content  .= view('modules/place-hierarchy/list', ['columns' => $this->getList($tree)]);
215
+                $content .= view('modules/place-hierarchy/list', ['columns' => $this->getList($tree)]);
216 216
                 break;
217 217
             case 'hierarchy':
218 218
             case 'hierarchy-e':
219 219
                 $alt_link = I18N::translate('Show all places in a list');
220 220
                 $alt_url  = $this->listUrl($tree, ['action2' => 'list', 'place_id' => 0]);
221 221
                 $data     = $this->getHierarchy($place);
222
-                $content  .= (null === $data || $showmap) ? '' : view('place-hierarchy', $data);
222
+                $content .= (null === $data || $showmap) ? '' : view('place-hierarchy', $data);
223 223
                 if (null === $data || $action2 === 'hierarchy-e') {
224 224
                     $content .= view('modules/place-hierarchy/events', [
225 225
                         'indilist' => $this->search_service->searchIndividualsInPlace($place),
Please login to merge, or discard this patch.