fix camelCase of function
This commit is contained in:
parent
989f040603
commit
089e896552
4 changed files with 4 additions and 4 deletions
|
@ -570,7 +570,7 @@ SQL;
|
|||
return $rows;
|
||||
}
|
||||
|
||||
public static function GetScheduledPlaylists($p_fromDateTime = null, $p_toDateTime = null)
|
||||
public static function getScheduledPlaylists($p_fromDateTime = null, $p_toDateTime = null)
|
||||
{
|
||||
global $CC_CONFIG;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue