1) Fixed bug #1366994 . bool and resource variables has not been added to main variab...
authorrobekras <robekras>
Sat, 26 Nov 2005 14:19:23 +0000 (14:19 +0000)
committerrobekras <robekras>
Sat, 26 Nov 2005 14:19:23 +0000 (14:19 +0000)
net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPDBGEvalString.java

index 7c71364..d74a154 100644 (file)
@@ -328,7 +328,7 @@ public class PHPDBGEvalString {
                list.add (item);
 
                if (var_list != null) {
-                       list.add (item);
+                       var_list.add (item);
                }
 
                return true;
@@ -381,7 +381,7 @@ public class PHPDBGEvalString {
                list.add (item);
 
                if (var_list != null) {
-                       list.add (item);
+                       var_list.add (item);
                }
 
                return true;