Check colourScheme is not null - jalview prior 2.5 incompatibility
[jalview.git] / src / jalview / bin / JalviewLite.java
index 081efa6..eee4fc7 100755 (executable)
@@ -318,7 +318,8 @@ public class JalviewLite extends Applet
 \r
                 String treeFile = applet.getParameter("tree");\r
                 if(treeFile==null)\r
-                  applet.getParameter("treeFile");\r
+                  treeFile = applet.getParameter("treeFile");\r
+\r
                 if (treeFile != null)\r
                 {\r
                   try\r