Skip to content

Commit

Permalink
Fix Umm al Qura tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Oct 21, 2023
1 parent 2104abe commit f06c58b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Utils/PrayerTimesHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ public static function applyMethodSpecificTuning(PrayerTimes $pt, ?array $tune,
case Method::METHOD_MAKKAH:
if (self::isRamadan($d, $adjustment)) {
$pt->tune($tune[0], $tune[1], $tune[2], $tune[3], $tune[4], $tune[5], $tune[6], intval('30 min'), $tune[8]);
} else {
$pt->tune($tune[0], $tune[1], $tune[2], $tune[3], $tune[4], $tune[5], $tune[6], $tune[7], $tune[8]);
}
break;
case Method::METHOD_DUBAI:
Expand Down

0 comments on commit f06c58b

Please sign in to comment.