# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- views/modules/profile.views_convert.inc
+++ views/modules/profile.views_convert.inc
@@ -18,7 +18,7 @@
   if (!isset($profile_fields)) {
     $profile_fields = array();
     foreach (profile_views_get_fields() as $profile_field) {
-      $profile_fields['profile_value_'. $profile_field->name] = $profile_field;
\ No newline at end of file
+      $profile_fields['profile_values_'. $profile_field->name] = $profile_field;
\ No newline at end of file
     }
   }
   switch ($type) {

