Ignore:
Timestamp:
2009-04-15T15:51:14+12:00 (15 years ago)
Author:
kjdon
Message:

add the call to add_collection_group after add_collection, so that groups work in local library server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/w32server/cgiwrapper.cpp

    r16975 r18979  
    500500
    501501    cservers->add_collection (*thiscol, this_gsdlhome, this_collecthome);
    502 
     502    // in case it is a collection group
     503    cservers->add_collection_group(*thiscol, this_gsdlhome, this_collecthome);
     504   
    503505    ++thiscol;
    504506  }
    505 
     507 
    506508  // set up the null protocol
    507509  nproto.set_collectset(cservers);
Note: See TracChangeset for help on using the changeset viewer.