Skip to content

Commit

Permalink
Bugfix for not receiving notification
Browse files Browse the repository at this point in the history
  • Loading branch information
sovainfo committed Aug 12, 2016
1 parent 6021a45 commit bc57d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/updatenotification/updatenotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function onAfterRender()

// Get any available updates
$updater = JUpdater::getInstance();
$results = $updater->findUpdates(array($eid), $cache_timeout);
$results = $updater->findUpdates(array($eid), $cache_timeout, JUpdater::STABILITY_STABLE, true);

// If there are no updates our job is done. We need BOTH this check AND the one below.
if (!$results)
Expand Down

0 comments on commit bc57d35

Please sign in to comment.