diff options
| author | horus | 2022-11-17 18:51:54 +0100 |
|---|---|---|
| committer | horus | 2022-11-17 18:51:54 +0100 |
| commit | f2e76ff110f531703f2c4f400e1fa285ee05ad94 (patch) | |
| tree | 40dcdd85bf3b798b4841b4c05f29b85cdde662fc /app/AnimeStats.php | |
| parent | e730f497203423c4b9443cd8dbb06eec6274d75a (diff) | |
| download | senpai-f2e76ff110f531703f2c4f400e1fa285ee05ad94.tar.gz | |
Fix for 9.x upgrade + better handling of Anistats rate limiting
Diffstat (limited to 'app/AnimeStats.php')
| -rw-r--r-- | app/AnimeStats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/AnimeStats.php b/app/AnimeStats.php index 9b9b850..c235a00 100644 --- a/app/AnimeStats.php +++ b/app/AnimeStats.php @@ -76,7 +76,7 @@ class AnimeStats extends Model { public function __construct() { } - public function fill( $id, $season_year = 0, $season_name = "" ) { + public function fillStats( $id, $season_year = 0, $season_name = "" ) { $this->mal_id = $id; $jikan = new Malclient; |
