diff --git a/app/controllers/admin/plugin.php b/app/controllers/admin/plugin.php index 8a6935b3dd9c4275d9128608450403c03daedbd8..0a01083389ff011c894a685799c33223f89a2558 100644 --- a/app/controllers/admin/plugin.php +++ b/app/controllers/admin/plugin.php @@ -43,7 +43,7 @@ class Admin_PluginController extends AuthenticatedController $settings = $current = $GLOBALS['user']->cfg->PLUGINADMIN_DISPLAY_SETTINGS; foreach ((array)$settings as $key => $value) { - $settings[$key] = Request::option($key, $settings[$key]) ?: null; + $settings[$key] = Request::get($key, $settings[$key]) ?: null; } if ($settings !== $current) {