mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-24 14:18:48 +02:00
bridge: Rename setDir and getDir to setWorkingDir and getWorkingDir
This commit is contained in:
parent
86ac0a4866
commit
6f7b56cba8
2 changed files with 8 additions and 8 deletions
|
@ -41,7 +41,7 @@ require_once PATH_LIB_VENDOR . 'php-urljoin/src/urljoin.php';
|
|||
|
||||
// Initialize static members
|
||||
try {
|
||||
Bridge::setDir(PATH_LIB_BRIDGES);
|
||||
Bridge::setWorkingDir(PATH_LIB_BRIDGES);
|
||||
Format::setDir(PATH_LIB_FORMATS);
|
||||
Cache::setWorkingDir(PATH_LIB_CACHES);
|
||||
} catch(Exception $e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue