mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Fix deprecation warning in PHP 8
This commit is contained in:
parent
5f4e7946a3
commit
6f51d0da87
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class counterModel extends counter
|
|||
* @param integer $site_srl unused
|
||||
* @return Object
|
||||
*/
|
||||
public static function getHourlyStatus($type = 'hour', $selected_date, $site_srl = 0, $isPageView = false)
|
||||
public static function getHourlyStatus($type = 'hour', $selected_date = 'now', $site_srl = 0, $isPageView = false)
|
||||
{
|
||||
$max = 0;
|
||||
$sum = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue