use user instead of ""

This commit is contained in:
Prabhjyot Singh 2016-10-31 10:57:20 +05:30
parent 0ff80ec987
commit 03b2f203e8

View file

@ -589,7 +589,7 @@ public class Paragraph extends Job implements Serializable, Cloneable {
}
private boolean isValidInterpreter(String replName) {
return factory.getInterpreter("",
return factory.getInterpreter(user,
note.getId(), replName) != null;
}
}