diff --git a/flag.install b/flag.install
index f81b70d..687301c 100644
--- a/flag.install
+++ b/flag.install
@@ -455,3 +455,10 @@ function flag_update_6208() {
   db_add_index('flag_counts', 'fid_count', array('fid', 'count'));
   db_add_index('flag_counts', 'fid_last_updated', array('fid', 'last_updated'));
 }
+
+/**
+ * Clear caches.
+ */
+function flag_update_7201() {
+  // Do nothing. Update.php is going to clear caches for us.
+}
diff --git a/flag.rules.inc b/flag.rules.inc
index f7cd84e..5103829 100644
--- a/flag.rules.inc
+++ b/flag.rules.inc
@@ -350,7 +350,7 @@ function flag_rules_condition_info() {
             'type' => $type,
             'label' => $label,
           ),
-          'user' => array(
+          'flagging_user' => array(
             'type' => 'user',
             'label' => t('User on whose behalf to check'),
             'description' => t('For non-global flags, this is the user on whose behalf the flag is checked.'),
