This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 95de1fb5247205741ab4077958044801c29de1ca Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Jan 21 17:02:06 2015 +0100 Correction OGNL (refs #6393) --- .../src/main/webapp/WEB-INF/content/sclerochronology/sampling-plan.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wao-web/src/main/webapp/WEB-INF/content/sclerochronology/sampling-plan.jsp b/wao-web/src/main/webapp/WEB-INF/content/sclerochronology/sampling-plan.jsp index 0b0b28c..72da63c 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/sclerochronology/sampling-plan.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/sclerochronology/sampling-plan.jsp @@ -394,7 +394,7 @@ </s:a> </li> </s:if> - <s:if test="authenticatedWaoUser.authorizedToCreateContact(organisationId)"> + <s:if test="authenticatedWaoUser.isAuthorizedToCreateContact(organisationId)"> <li> <s:url action="create-contact" id="createContactUrl"> <s:param name="sampleRowId" value="sampleRowId" /> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.