mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge pull request #33 from openclassify/vedat
change subscriptions ajax functions name
This commit is contained in:
commit
c7ddf66f0e
@ -183,7 +183,7 @@ class UserAuthenticator
|
|||||||
if($this->advModel->is_enabled('cloudsite'))
|
if($this->advModel->is_enabled('cloudsite'))
|
||||||
{
|
{
|
||||||
$userPlan = new UserModel();
|
$userPlan = new UserModel();
|
||||||
$userPlan->addPlanUser($planParams);
|
$userPlan->addPlanAjaxUser($planParams);
|
||||||
$siteModel = new SiteModel();
|
$siteModel = new SiteModel();
|
||||||
$siteModel->createSite($all['subdomain'], $user->id, $opassword, $planParams['plan']); //Create Site
|
$siteModel->createSite($all['subdomain'], $user->id, $opassword, $planParams['plan']); //Create Site
|
||||||
$this->events->dispatch(new CreateSite($all, $this->settings));
|
$this->events->dispatch(new CreateSite($all, $this->settings));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user