mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fixing an overlooked counter
Summary: Fixing an overlooked counter. Test Plan: Make sure month view daily event lists actually display only 15 events per day Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13411
This commit is contained in:
parent
3c7f4e5c5b
commit
8ccd280889
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ final class PHUICalendarMonthView extends AphrontView {
|
||||||
if ($counter <= $max_daily) {
|
if ($counter <= $max_daily) {
|
||||||
$list->addEvent($item);
|
$list->addEvent($item);
|
||||||
}
|
}
|
||||||
|
$counter++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$uri = $this->getBrowseURI();
|
$uri = $this->getBrowseURI();
|
||||||
|
|
Loading…
Reference in a new issue