fixing compile errors
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.ui / src / net / sourceforge / phpdt / internal / debug / ui / launcher / PHPArgumentsTab.java
index c0aca3a..7ba79ba 100644 (file)
@@ -141,7 +141,7 @@ public class PHPArgumentsTab extends AbstractLaunchConfigurationTab {
        }
        
        protected void log(Throwable t) {
-               PHPDebugUiPlugin.getDefault().log(t);
+               PHPDebugUiPlugin.log(t);
        }
 
        public Image getImage() {