Page MenuHomePhabricator

D13044.id.diff
No OneTemporary

D13044.id.diff

diff --git a/src/view/phui/calendar/PHUICalendarMonthView.php b/src/view/phui/calendar/PHUICalendarMonthView.php
--- a/src/view/phui/calendar/PHUICalendarMonthView.php
+++ b/src/view/phui/calendar/PHUICalendarMonthView.php
@@ -228,7 +228,8 @@
$cell_day = null;
}
- if ($date && $date->format('j') == $this->day) {
+ if ($date && $date->format('j') == $this->day &&
+ $date->format('m') == $this->month) {
$today_class = 'phui-calendar-today-slot phui-calendar-today';
} else {
$today_class = 'phui-calendar-today-slot';

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 3, 1:19 PM (2 w, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8853207
Default Alt Text
D13044.id.diff (565 B)

Event Timeline