i-doit / api-client-php

Easy-to-use, but feature-rich client library for i-doit's JSON-RPC API
GNU Affero General Public License v3.0
15 stars 12 forks source link

Fixed Small Bugs. #4

Closed pklinkov closed 7 years ago

pklinkov commented 7 years ago
* Error Fix: Curl-Proxy Configuration (Wrong Constant)
* Notice Fix: Undefined Index 'username' on API.php:260

When using a proxy the Api Times-Out on the Connection. This Fix Corrects the Configuration-Setup and additionaly corrects a Notice that comes only on higher levels of error_reporting and Active Proxy without a user/password.

bheisig commented 7 years ago

Thanks again for your pr, Pavel!