taylor      02/04/01 10:06:27

  Modified:    src/java/org/apache/jetspeed/util AutoProfile.java
  Log:
  Customizer patches submitted by Glenn Golden
  
  Revision  Changes    Path
  1.3       +1 -1      
jakarta-jetspeed/src/java/org/apache/jetspeed/util/AutoProfile.java
  
  Index: AutoProfile.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/util/AutoProfile.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AutoProfile.java  22 Mar 2002 18:51:57 -0000      1.2
  +++ AutoProfile.java  1 Apr 2002 18:06:27 -0000       1.3
  @@ -117,7 +117,7 @@
       public static List getPortletList (RunData rundata)
       {
         Profile profile = ((JetspeedRunData)rundata).getProfile();
  -      Portlets allPortlets = 
profile.getDocument().getPortlets(((PortletSet)((JetspeedRunData)rundata).getCustomized()).getName());
  +      Portlets allPortlets = 
profile.getDocument().getPortletsById(((PortletSet)((JetspeedRunData)rundata).getCustomized()).getID());
   
         
         List installed = new ArrayList ();
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to