mgufrone / cpanel-php

CPanel/WHM API for PHP
MIT License
158 stars 91 forks source link

Fix mgufrone/cpanel-php#11 #13

Closed twouters closed 8 years ago

twouters commented 8 years ago

$argument is enumerated array containing the parameters passed to the method. As far as I know, only one argument is expected here (an array of parameters to pass to the API function) so we can safely use $arguments[0].

mgufrone commented 8 years ago

Merged. Thanks :+1: