diff --git a/Changelog b/Changelog index 917e99e41..2e5700336 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-05-04 DariusIII + * Fix: Fix wrong parameters in api request * Fix: Fix nocaptcha display on login, contact, forgottenpassword and register pages * Chg: Remove stray column from getmoviesRange function * Chg: Remove main, usefull and article menus from basepage controller diff --git a/app/Http/Controllers/Api/ApiController.php b/app/Http/Controllers/Api/ApiController.php index f339e200c..79db5fc47 100644 --- a/app/Http/Controllers/Api/ApiController.php +++ b/app/Http/Controllers/Api/ApiController.php @@ -248,7 +248,7 @@ class ApiController extends BasePageController header( 'Location:'. WWW_TOP. - '/getnzb?id=i='. + '/getnzb?i='. $uid. '&r='. $apiKey.