Porting error.

This commit is contained in:
DariusIII
2015-11-26 22:23:51 +01:00
parent e438c21a16
commit 916c23ec7c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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
]