mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 16:45:02 +02:00
format: Refactor class Format
This commit is contained in:
parent
88b0656954
commit
6c4e239f64
2 changed files with 101 additions and 23 deletions
|
@ -42,7 +42,7 @@ require_once PATH_LIB_VENDOR . 'php-urljoin/src/urljoin.php';
|
|||
// Initialize static members
|
||||
try {
|
||||
Bridge::setWorkingDir(PATH_LIB_BRIDGES);
|
||||
Format::setDir(PATH_LIB_FORMATS);
|
||||
Format::setWorkingDir(PATH_LIB_FORMATS);
|
||||
Cache::setWorkingDir(PATH_LIB_CACHES);
|
||||
} catch(Exception $e) {
|
||||
error_log($e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue