Skip to content

Commit

Permalink
LPS-57706 Remove constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Gonzalez committed Aug 6, 2015
1 parent b2a745f commit 79b4f65
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -32,7 +32,6 @@
import com.liferay.portal.service.ResourceLocalServiceUtil;
import com.liferay.portal.service.ResourcePermissionLocalServiceUtil;
import com.liferay.portal.service.RoleLocalServiceUtil;
import com.liferay.portal.util.PortletKeys;
import com.liferay.portlet.documentlibrary.model.DLFolder;

import java.util.List;
Expand All @@ -59,7 +58,7 @@ private void upgradeDLFolderResourcePermission(Company company, Group group)
throws PortalException {

Repository repository = RepositoryLocalServiceUtil.fetchRepository(
group.getGroupId(), PortletKeys.MESSAGE_BOARDS);
group.getGroupId(), "19");

if (repository == null) {
return;
Expand Down

0 comments on commit 79b4f65

Please sign in to comment.