Skip to content

Commit

Permalink
Fixed $current_update type
Browse files Browse the repository at this point in the history
  • Loading branch information
demis-palma committed Apr 14, 2017
1 parent 49bb43a commit d6577e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/updater/updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ private function getUpdateObjectsForSite($updateSite, $minimum_stability = self:

if (array_key_exists('updates', $update_result) && count($update_result['updates']))
{
/** @var JUpdate $current_update */
/** @var JTableUpdate $current_update */
foreach ($update_result['updates'] as $current_update)
{
$current_update->extra_query = $updateSite['extra_query'];
Expand Down

0 comments on commit d6577e1

Please sign in to comment.