mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Porting error.
This commit is contained in:
@@ -13,6 +13,6 @@
|
||||
<precommit>9</precommit>
|
||||
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
|
||||
</hooks>
|
||||
<commit>4464</commit></git>
|
||||
<commit>4465</commit></git>
|
||||
</versions>
|
||||
</newznab>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace newznab\libraries;
|
||||
|
||||
use newznab\utility\Misc;
|
||||
use newznab\utility\Utility;
|
||||
|
||||
/**
|
||||
* Class TraktAPI
|
||||
@@ -143,7 +143,7 @@ Class TraktAPI {
|
||||
|
||||
if (!empty($this->requestHeaders)) {
|
||||
|
||||
$json = Misc::getUrl([
|
||||
$json = Utility::getUrl([
|
||||
'url' => $URI . $extendedString,
|
||||
'requestheaders' => $this->requestHeaders
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user