Skip to content

Commit

Permalink
Update classes/Rest/Controllers/WarehouseControllerProvider.php
Browse files Browse the repository at this point in the history
Co-Authored-By: jpwhite4 <[email protected]>
  • Loading branch information
plessbd and jpwhite4 authored Oct 19, 2018
1 parent 2f695be commit acff1cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/Rest/Controllers/WarehouseControllerProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,8 @@ private function processHistoryDefaultRealmRequest(Application $app, $action)

if (isset($rawstats['realms'])) {
foreach($rawstats['realms'] as $realm => $realmconfig) {
$results[] = array('dtype' => 'realm',
$results[] = array(
'dtype' => 'realm',
'realm' => $realm,
'text' => $realmconfig['name']
);
Expand Down

0 comments on commit acff1cf

Please sign in to comment.