Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 387 → Rev 388

/impl/src/java/pt/estgp/estgweb/web/DirLayoutController.java
271,6 → 271,10
request.setAttribute("path", externalFile);
request.setAttribute("startPath", confStartPath);
 
if(confStartPath == null)
confStartPath = "";
if(externalFile == null)
externalFile = "";
boolean isLeafButBringsNoExternalPathAfterPathInXml = confStartPath.equals(externalFile);
if(isLeafButBringsNoExternalPathAfterPathInXml || (xml != null && xml.equals("true")))
{