minor edits
This commit is contained in:
parent
234924b041
commit
39b46f4626
2 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,7 @@ class Prepare extends Method
|
||||||
|
|
||||||
if (! $count) {
|
if (! $count) {
|
||||||
$error = 'There is no word for search: \'%s\'';
|
$error = 'There is no word for search: \'%s\'';
|
||||||
} else if ($keyword) {
|
} elseif ($keyword) {
|
||||||
$error = 'Syntactic word at the end of the search query: \'%s\'';
|
$error = 'Syntactic word at the end of the search query: \'%s\'';
|
||||||
} elseif (! empty($stack)) {
|
} elseif (! empty($stack)) {
|
||||||
$error = 'The order of brackets is broken: \'%s\'';
|
$error = 'The order of brackets is broken: \'%s\'';
|
||||||
|
|
|
@ -233,6 +233,7 @@ return [
|
||||||
'PostManagerPreviousPost' => \ForkBB\Models\Post\PreviousPost::class,
|
'PostManagerPreviousPost' => \ForkBB\Models\Post\PreviousPost::class,
|
||||||
'PostManagerView' => \ForkBB\Models\Post\View::class,
|
'PostManagerView' => \ForkBB\Models\Post\View::class,
|
||||||
'PostManagerRebuildIndex' => \ForkBB\Models\Post\RebuildIndex::class,
|
'PostManagerRebuildIndex' => \ForkBB\Models\Post\RebuildIndex::class,
|
||||||
|
'PostManagerUserInfoFromIP' => \ForkBB\Models\Post\UserInfoFromIP::class,
|
||||||
|
|
||||||
'GroupModel' => \ForkBB\Models\Group\Model::class,
|
'GroupModel' => \ForkBB\Models\Group\Model::class,
|
||||||
'GroupManager' => \ForkBB\Models\Group\Manager::class,
|
'GroupManager' => \ForkBB\Models\Group\Manager::class,
|
||||||
|
|
Loading…
Add table
Reference in a new issue