mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-12 15:04:38 +02:00
cache: Rename setDir and getDir
- Rename setDir to setWorkingDir - Rename getDir to getWorkingDir - Rename parameter $workingDir to $dir in getWorkingDir
This commit is contained in:
parent
e8442a3bf8
commit
4a99c6e630
2 changed files with 14 additions and 14 deletions
|
@ -43,7 +43,7 @@ require_once PATH_LIB_VENDOR . 'php-urljoin/src/urljoin.php';
|
|||
try {
|
||||
Bridge::setDir(PATH_LIB_BRIDGES);
|
||||
Format::setDir(PATH_LIB_FORMATS);
|
||||
Cache::setDir(PATH_LIB_CACHES);
|
||||
Cache::setWorkingDir(PATH_LIB_CACHES);
|
||||
} catch(Exception $e) {
|
||||
error_log($e);
|
||||
header('Content-type: text/plain', true, 500);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue