Nicht geschlossene Result-Sets im Initializer entfernt.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1679 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
986acd393e
commit
b105e62faf
|
|
@ -204,6 +204,7 @@ public final class ContentSectionSetup {
|
|||
if(partyColl.next()) {
|
||||
role.add(partyColl.getParty());
|
||||
}
|
||||
partyColl.close();
|
||||
|
||||
return role;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -453,7 +453,8 @@ public class CoreLoader extends PackageLoader {
|
|||
groupColl.filter("Site-wide Administrators");
|
||||
if(groupColl.next()) {
|
||||
groupColl.getGroup().addMember(sa);
|
||||
}
|
||||
}
|
||||
groupColl.close();
|
||||
|
||||
s_log.debug("Adding administrator: \"" + givenName + " " +
|
||||
familyName + "\" <" + emailAddress + ">");
|
||||
|
|
|
|||
Loading…
Reference in New Issue