Change public to show on echo/file areas to enable limiting whats shown in the activity graph
This commit is contained in:
@@ -272,7 +272,7 @@ class Tic extends FTNBase
|
||||
if (! $this->area->exists) {
|
||||
$this->area->description = $areadesc;
|
||||
$this->area->active = TRUE;
|
||||
$this->area->public = FALSE;
|
||||
$this->area->show = FALSE;
|
||||
$this->area->notes = 'Autocreated';
|
||||
$this->area->domain_id = $this->from->zone->domain_id;
|
||||
$this->area->save();
|
||||
|
Reference in New Issue
Block a user