Skip to content

Commit

Permalink
Undefined index warnings fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vovayatsyuk committed Jan 27, 2017
1 parent 5d15aa2 commit dec28d1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public function loadData($printQuery = false, $logQuery = false)
array(
'id' => $code,
'data_version' => $module->getDataVersion(),
'version' => $module->getVersion(),
'release_date' => null,
'code' => $code,
'available_upgrades' => $module->getUpgradesToRun()
),
Expand Down

0 comments on commit dec28d1

Please sign in to comment.