diff --git a/ccm-cms-assets-relatedlink/src/com/arsdigita/cms/contentassets/ui/RelatedLinkPropertiesStep.java b/ccm-cms-assets-relatedlink/src/com/arsdigita/cms/contentassets/ui/RelatedLinkPropertiesStep.java index 5ddb05da4..da1b5bf03 100755 --- a/ccm-cms-assets-relatedlink/src/com/arsdigita/cms/contentassets/ui/RelatedLinkPropertiesStep.java +++ b/ccm-cms-assets-relatedlink/src/com/arsdigita/cms/contentassets/ui/RelatedLinkPropertiesStep.java @@ -30,7 +30,7 @@ import com.arsdigita.cms.contenttypes.ui.LinkTable; public class RelatedLinkPropertiesStep extends LinkPropertiesStep { protected static String s_linkListName = "genericLink"; - protected ContentType m_contentType = null; + protected static ContentType s_contentType = null; /** * Constructor. Creates a RelatedLinkPropertiesStep given an @@ -87,7 +87,7 @@ public class RelatedLinkPropertiesStep extends LinkPropertiesStep { return new RelatedLinkPropertyForm(getItemSelectionModel(), getLinkSelectionModel(), s_linkListName, - m_contentType); + s_contentType); } }