Browse Source

add setGroupOptionsVariable to settingsOption

CauseFX 4 years ago
parent
commit
826ca0440e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/functions/option-functions.php

+ 1 - 0
api/functions/option-functions.php

@@ -30,6 +30,7 @@ trait OptionsFunction
 				];
 				break;
 			case 'auth':
+				$this->setGroupOptionsVariable();
 				$settingMerge = [
 					'type' => 'select',
 					'label' => 'Minimum Authentication',