3m9 compatible;
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / link / LinkedPositionManager.java
index 11403b2..4fb0216 100644 (file)
@@ -722,7 +722,7 @@ public class LinkedPositionManager implements IDocumentListener, IPositionUpdate
                        
                        try {
                                if (position.getType().equals(currentPosition.getType()) && !position.equals(currentPosition))
-                                       command.addCommand(position.getOffset() + deltaOffset, command.length, command.text, true, this);
+                                       command.addCommand(position.getOffset() + deltaOffset, command.length, command.text, this);
                        } catch (BadLocationException e) {
                          PHPeclipsePlugin.log(e);
                        }