diff --git a/restws.formats.inc b/restws.formats.inc
index 4d732f6..531ff68 100644
--- a/restws.formats.inc
+++ b/restws.formats.inc
@@ -273,10 +273,12 @@ abstract class RestWSBaseFormat implements RestWSFormatInterface {
               }
             }
             else {
+              // A Simple Array of Strings
               $list_type = entity_property_list_extract_type($info['type']);
-              foreach ($property_value as &$list_value) {
-                $list_value = $this->getResourceReferenceValue($list_type, $list_value);
-              }
+              // Unneccessary code, and running it throws an error:
+              //foreach ($property_value as &$list_value) {
+                //$list_value = $this->getResourceReferenceValue($list_type, $list_value);
+              //}
             }
           }
           else {
