enable xmlrpc system modul, hide method getOrderBy
This commit is contained in:
parent
72e1f5b9db
commit
96c2646aac
@ -168,7 +168,7 @@ public abstract class AbstractRemote implements IRemote {
|
||||
}
|
||||
}
|
||||
|
||||
public String getOrderBy() {
|
||||
protected String getOrderBy() {
|
||||
return "ORDER BY obj.name ASC";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user