Bug was introduced when working on the RSE paths. I have fixed it and this fixes...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / phpdoc / PHPDocUtil.java
index 136ad57..426a5e9 100644 (file)
@@ -128,7 +128,7 @@ public class PHPDocUtil {
                if (file != null) {
                        try {
                                return new InputStreamReader(new FileInputStream(file
-                                               .getFullPath().toString()), file.getCharset());
+                                               .getLocation().toString()), file.getCharset());
                        } catch (UnsupportedEncodingException e) {
                                // do nothing
                        } catch (FileNotFoundException e) {