mirror of
https://github.com/flarum/core.git
synced 2025-07-26 03:01:22 +02:00
@@ -65,7 +65,7 @@ class Site
|
|||||||
{
|
{
|
||||||
$extenderFile = "$basePath/extend.php";
|
$extenderFile = "$basePath/extend.php";
|
||||||
|
|
||||||
if (!file_exists($extenderFile)) {
|
if (! file_exists($extenderFile)) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user