Fixed calls from jsps to EditN3Utils.getEditorUri. Broken in r7579.
This commit is contained in:
parent
316cb523c3
commit
c892741970
5 changed files with 4 additions and 8 deletions
|
@ -210,7 +210,7 @@
|
|||
}
|
||||
|
||||
OntModel writeModel = editConfig.getWriteModelSelector().getModel(request,application);
|
||||
String editorUri = EditN3Utils.getEditorUri(request,session,application);
|
||||
String editorUri = EditN3Utils.getEditorUri(request);
|
||||
Lock lock = null;
|
||||
try{
|
||||
lock = writeModel.getLock();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue