1
0
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:
Toby Zerner
2015-07-23 14:33:31 +09:30
parent 806f67f7eb
commit 6d57f902b3
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
use Flarum\Support\ClientAction as BaseClientAction;
abstract class ClientAction extends BaseClientAction
class ClientAction extends BaseClientAction
{
/**
* {@inheritdoc}