Skip to content

Commit 180593f

Browse files
committed
updates to settings
1 parent 599cad1 commit 180593f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Plugin.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ public static function getSettings(GenericEvent $event)
124124
* @var \MyAdmin\Settings $settings
125125
**/
126126
$settings = $event->getSubject();
127+
$settings->setTarget('module');
127128
$settings->add_text_setting(self::$module, _('Addon Costs'), 'vps_cpanel_cost', _('VPS CPanel License'), _('This is the cost for purchasing a cpanel license on top of a VPS.'), $settings->get_setting('VPS_CPANEL_COST'));
129+
$settings->setTarget('global');
128130
}
129131
}

0 commit comments

Comments
 (0)