revision display support
[phorkie.git] / src / phorkie / Tool / Xmllint.php
index a724e6cb69762cc5014d187e816a5d196eaaad2f..84881384c56b932bf5146578c38d6205c5828b51 100644 (file)
@@ -9,7 +9,7 @@ class Tool_Xmllint
 
     public function run(File $file)
     {
 
     public function run(File $file)
     {
-        $fpath = $file->getPath();
+        $fpath = $file->getFullPath();
         $fpathlen = strlen($fpath);
 
         $res = new Tool_Result();
         $fpathlen = strlen($fpath);
 
         $res = new Tool_Result();