diff options
| author | horus | 2020-04-19 18:07:35 +0200 |
|---|---|---|
| committer | horus | 2020-04-19 18:07:35 +0200 |
| commit | a625252b449de4ffa774fd4907746930efaa36ce (patch) | |
| tree | a73cea7423f1c4ab7be929af5eb7aa92cd88d4c2 | |
| parent | 25b0bf29423c26363f699247d72b68832a9e773e (diff) | |
| download | senpai-a625252b449de4ffa774fd4907746930efaa36ce.tar.gz | |
Bugfix
| -rw-r--r-- | app/Anime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Anime.php b/app/Anime.php index e6d73f1..4c72910 100644 --- a/app/Anime.php +++ b/app/Anime.php @@ -42,7 +42,7 @@ class Anime extends Model { (new \Jikan\Request\Anime\AnimeRequest( $this->mal_id )) ); } catch (\Exception $e) { - echo "Problem requesting AnimeInfo for (" . $anime->mal_id . ") continue\n"; + echo "Problem requesting AnimeInfo for (" . $this->mal_id . ") continue\n"; echo $e->getMessage(); echo "\n\n"; } |
