Skip to content

Commit d822a3a

Browse files
committed
Hide glas on pentecost
1 parent fcf8f8e commit d822a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: day.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ public function run($date = null, $lang = 'ru', $isParts = false)
728728
//glass
729729
$glas = (($weekOld - 1) % 8);
730730
$glas = $glas ? $glas : 8;
731-
if (($weekOld == 1) || ($week == 50)) {
731+
if (($weekOld == 1) || ($weekOld == 8) || ($week == 50)) {
732732
$glas = null;
733733
}
734734

0 commit comments

Comments
 (0)