1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

Add a permission check to the Search sources (#1527)

This commit is contained in:
David Sevilla Martín
2018-08-19 17:43:49 -04:00
committed by Franz Liedke
parent ca16a23383
commit 62e7a7188c
2 changed files with 13 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ export default class ForumApplication extends Application {
/**
* The page's search component instance.
*
* @type {SearchBox}
* @type {Search}
*/
search = new Search();