diff --git a/webapp/web/edit/forms/datapropStmtDelete.jsp b/webapp/web/edit/forms/datapropStmtDelete.jsp index 91d8c425b..6786cea6e 100644 --- a/webapp/web/edit/forms/datapropStmtDelete.jsp +++ b/webapp/web/edit/forms/datapropStmtDelete.jsp @@ -43,7 +43,7 @@ VitroRequest vreq = new VitroRequest(request); WebappDaoFactory wdf = vreq.getWebappDaoFactory(); - String editorUri = EditN3Utils.getEditorUri(); + String editorUri = EditN3Utils.getEditorUri(vreq); wdf = wdf.getUserAwareDaoFactory(editorUri); DataProperty prop = wdf.getDataPropertyDao().getDataPropertyByURI(predicateUri);