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