fixing compile errors
[phpeclipse.git] / net.sourceforge.phpeclipse.launching / src / net / sourceforge / phpdt / internal / launching / PHPRuntime.java
index dd1827c..56c6101 100644 (file)
@@ -107,7 +107,7 @@ public class PHPRuntime {
                        reader.setContentHandler(getRuntimeConfigurationContentHandler());
                        reader.parse(new InputSource(getRuntimeConfigurationReader()));
                } catch(Exception e) {
-                       PHPLaunchingPlugin.getDefault().log(e);
+                       PHPLaunchingPlugin.log(e);
                }
        }