get_users_data.php : ['signup'] is changed to $todayusers['signup'] . line 13 .. error fixed
This commit is contained in:
parent
fdc5ebbab7
commit
8309a711b4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ $todayUsers['active'] = $userquery->get_users(array("count_only"=>true,"date_spa
|
|||
$userTodayStats = array(
|
||||
"label" => "User Today Stats",
|
||||
"data" => array(
|
||||
array('signups', ['signups']),
|
||||
array('signups', $todayUsers['signups']),
|
||||
array('inactive', $todayUsers['inactive']),
|
||||
array('active', $todayUsers['active']),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue