mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 09:09:37 +00:00
[Bridge] Fix typo
This commit is contained in:
parent
1b34d9860e
commit
66b11b8c41
@ -86,7 +86,7 @@ class Bridge {
|
|||||||
$filePath = self::getWorkingDir() . $name . '.php';
|
$filePath = self::getWorkingDir() . $name . '.php';
|
||||||
|
|
||||||
if(!file_exists($filePath)) {
|
if(!file_exists($filePath)) {
|
||||||
throw new \Exception('Cache file ' . $filePath . ' does not exist!');
|
throw new \Exception('Bridge file ' . $filePath . ' does not exist!');
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once $filePath;
|
require_once $filePath;
|
||||||
|
Loading…
Reference in New Issue
Block a user