mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 06:40:23 +02:00
[Format] Store real path to working directory
This commit is contained in:
@@ -108,7 +108,7 @@ class Format {
|
|||||||
throw new \InvalidArgumentException('Working directory is not a directory!');
|
throw new \InvalidArgumentException('Working directory is not a directory!');
|
||||||
}
|
}
|
||||||
|
|
||||||
self::$workingDir = $dir;
|
self::$workingDir = realpath($dir) . '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user