Skip to content

Commit

Permalink
Update DomainAppInstall.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Jan 17, 2024
1 parent 7ec3583 commit 9404338
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plib/library/Task/DomainAppInstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@

class Modules_Microweber_Task_DomainAppInstall extends \pm_LongTask_Task
{
public $trackProgress = true;
public $trackProgress = false;

public function run()
{
if (pm_Settings::get('installation_notifications') == 'yes') {
$this->trackProgress = true;
}

$newInstallation = new Modules_Microweber_Install();
$newInstallation->setDomainId($this->getParam('domainId'));
$newInstallation->setType($this->getParam('type'));
Expand Down

0 comments on commit 9404338

Please sign in to comment.