mirror of
https://github.com/flarum/core.git
synced 2025-02-24 03:05:12 +01:00
parent
5374f8a352
commit
5a9b47cdf7
@ -65,7 +65,7 @@ class Site
|
||||
{
|
||||
$extenderFile = "$basePath/extend.php";
|
||||
|
||||
if (!file_exists($extenderFile)) {
|
||||
if (! file_exists($extenderFile)) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user