From 693d06078bae1cd3d9ce5a546a1cdb5e57a3fcbf Mon Sep 17 00:00:00 2001
From: Joachim Noreiko <joachim.n@gmail.com>
Date: Thu, 24 Sep 2015 13:56:49 +0100
Subject: [PATCH 2/4] Fixed no confirmation message when submitting realm
 variable config form.

---
 variable_realm/variable_realm.form.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/variable_realm/variable_realm.form.inc b/variable_realm/variable_realm.form.inc
index d874576..02c8491 100644
--- a/variable_realm/variable_realm.form.inc
+++ b/variable_realm/variable_realm.form.inc
@@ -80,6 +80,7 @@ function variable_realm_select_variables_form_submit($form, &$form_state) {
     $controller->deleteVariable($name);
     drupal_set_message(t('Deleted existing values of %name from realm variables.', array('%name' => $name)));
   }
+  drupal_set_message(t("The configuration options have been saved."));
 }
 
 /**
-- 
1.8.4

