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
|
@ -255,7 +255,7 @@ and set a flag in the request to indicate "back button confusion"
|
|||
|
||||
OntModel writeModel = editConfig.getWriteModelSelector().getModel(request,application);
|
||||
Lock lock = null;
|
||||
String editorUri = EditN3Utils.getEditorUri(request,session,application);
|
||||
String editorUri = EditN3Utils.getEditorUri(request);
|
||||
try{
|
||||
lock = writeModel.getLock();
|
||||
lock.enterCriticalSection(Lock.WRITE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue