fixed problem with TokenNameDOLLAR_LBRACE token in outlineinfo
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / actions / PHPStartApacheAction.java
index 4082d14..69b0b2d 100644 (file)
@@ -100,6 +100,7 @@ public class PHPStartApacheAction implements IWorkbenchWindowActionDelegate {
       if (console!=null) {
         console.write(consoleMessage + command + "\n");
       }
+      
       Runtime runtime = Runtime.getRuntime();
 
       // runs the command