diff --git a/lib/pluginlib.php b/lib/pluginlib.php index 61d2a6ea609..b1139ebe8e0 100644 --- a/lib/pluginlib.php +++ b/lib/pluginlib.php @@ -1085,7 +1085,7 @@ class available_update_checker { return true; } - if ($now - $recent > HOURSECS) { + if ($now - $recent > 24 * HOURSECS) { return false; }