We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df22e38 commit 1520e0eCopy full SHA for 1520e0e
1 file changed
src/Plugin.php
@@ -222,7 +222,7 @@ function_requirements('whm_api');
222
$script = (int) $extra['script'];
223
include_once(__DIR__.'/../../../../include/webhosting/softaculous/sdk.php');
224
$userdata = $GLOBALS['tf']->accounts->read($serviceClass->getCustid());
225
- $soft = new Softaculous_SDK();
+ $soft = new \Softaculous_SDK();
226
$soft->login = "https://{$username}:{$password}@{$serverdata[$settings['PREFIX'].'_name']}:2083/frontend/paper_lantern/softaculous/index.live.php";
227
$soft->list_scripts();
228
$data['overwrite_existing'] = 1;
0 commit comments