lukebeer / broadworks-ocip

PHP Framework for interacting with the Broadworks OCI Provisioning API
GNU General Public License v2.0
26 stars 15 forks source link

JobControl calls non-existant common.php #5

Open davidnewcomb opened 8 years ago

davidnewcomb commented 8 years ago

The documentation references a common.php but I'm told that this file is no longer needed. The library is still trying to pull in a common.php in the file src/BroadworksOCIP/utils/JobControl.php. Please can you bring JobControl.php to version 2+.

require_once str_replace('utils', 'common.php', realpath(dirname(\_\_FILE\_\_)));