mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Ensure we don't preload index data on non-index pages
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
use Flarum\Support\ClientAction as BaseClientAction;
|
||||
|
||||
abstract class ClientAction extends BaseClientAction
|
||||
class ClientAction extends BaseClientAction
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
Reference in New Issue
Block a user