Access Controls, Bridges, Call Block, Call Flows: Class toggle method adjustments.

This commit is contained in:
Nate
2019-10-29 10:11:18 -06:00
parent 04710aa4dd
commit 243b6b4e8c
4 changed files with 19 additions and 15 deletions

View File

@@ -17,7 +17,6 @@ if (!class_exists('access_controls')) {
private $list_page;
private $table;
private $uuid_prefix;
private $enabled_prefix;
/**
* called when the object is created
@@ -31,7 +30,6 @@ if (!class_exists('access_controls')) {
$this->list_page = 'access_controls.php';
$this->table = 'access_controls';
$this->uuid_prefix = 'access_control_';
$this->enabled_prefix = 'access_control_';
}