mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-10 22:14:44 +02:00
[Bridge] Fix typo
This commit is contained in:
parent
1b34d9860e
commit
66b11b8c41
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Bridge {
|
|||
$filePath = self::getWorkingDir() . $name . '.php';
|
||||
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue