X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/f5f35ee2ddf29469a7fda73f7c9f15faa740debf..39bd200baed00b5b63cc62ce947ef708710ac81c:/src/phorkie/Tool/Xmllint.php diff --git a/src/phorkie/Tool/Xmllint.php b/src/phorkie/Tool/Xmllint.php index a724e6c..8488138 100644 --- a/src/phorkie/Tool/Xmllint.php +++ b/src/phorkie/Tool/Xmllint.php @@ -9,7 +9,7 @@ class Tool_Xmllint public function run(File $file) { - $fpath = $file->getPath(); + $fpath = $file->getFullPath(); $fpathlen = strlen($fpath); $res = new Tool_Result();