@@ -329,12 +329,12 @@ |
||
329 | 329 | |
330 | 330 | if ($show_root) { |
331 | 331 | $breadcrumb[] = array('label' => $root_name, |
332 | - 'disabled' => true, ); |
|
332 | + 'disabled' => true,); |
|
333 | 333 | } |
334 | 334 | |
335 | 335 | if (!$this->current_user->canDo(static::getPermissionName(), StructuralPermission::READ)) { |
336 | 336 | return array('label' => '???', |
337 | - 'disabled' => true, ); |
|
337 | + 'disabled' => true,); |
|
338 | 338 | } |
339 | 339 | |
340 | 340 | $tmp = array(); |