mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
Change Mastodon Instance V2 active_monthly field to correct active_month
This commit is contained in:
parent
706a42ffd0
commit
bb29a07efa
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class UserStats extends BaseDataTransferObject
|
|||
protected $active_month = 0;
|
||||
|
||||
/**
|
||||
* @param $active_monthly
|
||||
* @param $active_month
|
||||
*/
|
||||
public function __construct($active_month)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue