fixing compile errors
[phpeclipse.git] / net.sourceforge.phpeclipse.launching / src / net / sourceforge / phpdt / internal / launching / InterpreterRunnerConfiguration.java
index d2b5300..aab3b86 100644 (file)
@@ -40,7 +40,7 @@ public class InterpreterRunnerConfiguration {
                try {
                        projectName = configuration.getAttribute(PHPLaunchConfigurationAttribute.PROJECT_NAME, "");
                } catch(CoreException e) {
-                       PHPLaunchingPlugin.getDefault().log(e);
+                       PHPLaunchingPlugin.log(e);
                }
 
                IProject project = PHPLaunchingPlugin.getWorkspace().getRoot().getProject(projectName);