Skip to content

Commit

Permalink
Update request.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SmoKE585 committed Aug 8, 2020
1 parent 53911e9 commit af00153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/yamusic/utils/request.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function get($url) {
);
$context = stream_context_create($opts);

@return file_get_contents($url, false, $context);
return @file_get_contents($url, false, $context);
}

public function getXml($url) {
Expand Down

0 comments on commit af00153

Please sign in to comment.