diff --git a/ms_ppv/ms_ppv.module b/ms_ppv/ms_ppv.module
index 4f89221..66d2a9f 100644
--- a/ms_ppv/ms_ppv.module
+++ b/ms_ppv/ms_ppv.module
@@ -1884,7 +1884,7 @@ function ms_ppv_field_formatter_settings_form($field, $instance, $view_mode, $fo
     '#title' => t('Protected Message'),
     '#description' => t("Enter a message that will show if the user doesn't have access to this field.
       You may use the tokens below to add a link to 'add to cart', among other things."),
-    '#default_value' => isset$settings['message']['value'])?$settings['message']['value']:'',
+    '#default_value' => isset($settings['message']['value'])?$settings['message']['value']:'',
     '#format' => isset($settings['message']['format'])?$settings['message']['format']:'',
   );
   $element['message_token_help']['tokens'] = array(
