debug
This commit is contained in:
@@ -57,6 +57,10 @@ class Video extends TagLib
|
||||
*/
|
||||
public function tagRankList($tag, $content)
|
||||
{
|
||||
// if($tag['sort_type'] == 'weekly'){
|
||||
// var_dump($tag);exit;
|
||||
// }
|
||||
|
||||
$count = $tag['count'] ?? '10';
|
||||
$sort_type = $tag['sort_type'] ?? "";
|
||||
$v_status = $tag['v_status'] ?? "all";
|
||||
|
||||
Reference in New Issue
Block a user