Skip to content

Commit c4e548c

Browse files
Update DomainAppInstall.php
1 parent cac561d commit c4e548c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plib/library/Task/DomainAppInstall.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
class Modules_Microweber_Task_DomainAppInstall extends \pm_LongTask_Task
1010
{
1111
public $trackProgress = false;
12+
public $hidden = true;
1213

1314
public function run()
1415
{
1516
if (pm_Settings::get('installation_notifications') == 'yes') {
1617
$this->trackProgress = true;
18+
$this->hidden = false;
1719
}
1820

1921
$newInstallation = new Modules_Microweber_Install();

0 commit comments

Comments
 (0)