[Trunk | Admin Tools Library Service]: [Bug fix] PageService.java: Error (by accident) in name of "getPageByPortalTypeAndRoute()" method.
This commit is contained in:
parent
011628562d
commit
b12d839964
|
@ -120,7 +120,7 @@ public class PageService {
|
||||||
return pageDAO.findByPortalType(portalType);
|
return pageDAO.findByPortalType(portalType);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Page getPageByPortalTypeAndRoutegetPageByPortalTypeAndRoute(String portalType, String page_route) {
|
public Page getPageByPortalTypeAndRoute(String portalType, String page_route) {
|
||||||
if (page_route == null || portalType == null) {
|
if (page_route == null || portalType == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue