Change public to show on echo/file areas to enable limiting whats shown in the activity graph
This commit is contained in:
@@ -84,7 +84,7 @@ class EchoareaImport implements ShouldQueue
|
||||
$o->name = $area;
|
||||
$o->description = ($this->prefix ?: '').$description;
|
||||
$o->active = TRUE;
|
||||
$o->public = TRUE;
|
||||
$o->show = TRUE;
|
||||
|
||||
$this->do->echoareas()->save($o);
|
||||
}
|
||||
|
Reference in New Issue
Block a user