Merge pull request #33 from openclassify/vedat

change subscriptions ajax functions name
This commit is contained in:
Fatih Alp 2019-07-08 19:37:29 +03:00 committed by GitHub
commit c7ddf66f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ class UserAuthenticator
if($this->advModel->is_enabled('cloudsite'))
{
$userPlan = new UserModel();
$userPlan->addPlanUser($planParams);
$userPlan->addPlanAjaxUser($planParams);
$siteModel = new SiteModel();
$siteModel->createSite($all['subdomain'], $user->id, $opassword, $planParams['plan']); //Create Site
$this->events->dispatch(new CreateSite($all, $this->settings));