Skip to content

Commit d421bdf

Browse files
author
Phúc Phoenix
authored
fix a stupid coding error
1 parent 73bd2c8 commit d421bdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nct-v3.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
+ Facebook: https://facebook.com/hoangphuchotboy
1010
+ Twitter : @phuchptty
1111
+ GitHub : phuchptty
12-
* Share free at GitHub, Source Forge and J2Team Community
13-
* DO NOT EDIT UNLESS YOU KNOW ABOUT CODING. JUST WAIT FOR A NEW UPDATE
12+
* Share free at GitHub, Source Forge
13+
* DO NOT EDIT UNLESS YOU KNOW ABOUT CODING. JUST LEAVE A NOTE IN ISSUES AND WAIT FOR A NEW UPDATE
1414
1515
This is END */
1616

@@ -773,7 +773,7 @@ public function getVnVideoChart(){
773773
return $a;
774774
}
775775
public function getUSUKVideoChart(){
776-
$date = date('2018-03-07');
776+
$date = date('Y-m-d');
777777
$data = $this -> sp -> getUSUKVideoChartPlaylistKey($date);
778778
$a = $this -> getPlaylistDetail($data);
779779
return $a;
@@ -784,4 +784,4 @@ public function getKoVideoChart(){
784784
$a = $this -> getPlaylistDetail($data);
785785
return $a;
786786
}
787-
}
787+
}

0 commit comments

Comments
 (0)