Skip to content

Commit

Permalink
domain/checkDomain - fixed resources passing to view
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Feb 5, 2016
1 parent 27172b8 commit e0200f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/DomainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public function actionCheck()
});
foreach ($zones as $resource) {
if ($resource->zone === $line['zone']) {
$line['tariff'] = $resource;
$line['resource'] = $resource;
break;
}
}
Expand Down

0 comments on commit e0200f8

Please sign in to comment.