diff --git a/lib/Minify/ImportProcessor.php b/lib/Minify/ImportProcessor.php index ce8e099..715a9bf 100644 --- a/lib/Minify/ImportProcessor.php +++ b/lib/Minify/ImportProcessor.php @@ -188,7 +188,7 @@ class Minify_ImportProcessor { * @return string The resolved path, it might not exist. * @see http://stackoverflow.com/questions/4049856/replace-phps-realpath */ - public function truepath($path) + private function truepath($path) { // whether $path is unix or not $unipath = strlen($path) == 0 || $path{0} != '/';