1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-02 14:47:35 +02:00

[Format] Store real path to working directory

This commit is contained in:
logmanoriginal
2018-11-15 20:06:45 +01:00
parent 6c4e239f64
commit 6b6ab6486a

View File

@@ -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) . '/';
} }
/** /**