Skip to content

Commit

Permalink
fixed 33043: Pre8: Wiki > Statistics tab throws error ilWikiStat::bui…
Browse files Browse the repository at this point in the history
…ldFullPeriodData(): Argument #4 () must be…
  • Loading branch information
alex40724 committed Jun 24, 2022
1 parent e836ce0 commit 98af6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Wiki/classes/class.ilWikiStat.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ protected static function buildFullPeriodData(
array &$a_res,
string $a_day_from,
string $a_day_to,
int $a_last_before_period,
?int $a_last_before_period = null,
bool $a_allow_zero = false
) : void {
// build full data for period
Expand Down

0 comments on commit 98af6b5

Please sign in to comment.