Changed titles a bit
This commit is contained in:
parent
3fc1046bb2
commit
b4186a218c
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ class PostController
|
|||
$query = trim(urldecode($query));
|
||||
$page = intval($page);
|
||||
$postsPerPage = intval($this->config->browsing->postsPerPage);
|
||||
$this->context->subTitle = 'browsing posts';
|
||||
$this->context->subTitle = 'posts';
|
||||
$this->context->transport->searchQuery = $query;
|
||||
PrivilegesHelper::confirmWithException(Privilege::ListPosts);
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ class UserController
|
|||
|
||||
$page = intval($page);
|
||||
$usersPerPage = intval($this->config->browsing->usersPerPage);
|
||||
$this->context->subTitle = 'browsing users';
|
||||
$this->context->subTitle = 'users';
|
||||
PrivilegesHelper::confirmWithException(Privilege::ListUsers);
|
||||
|
||||
if ($sortStyle == '' or $sortStyle == 'alpha')
|
||||
|
|
Loading…
Reference in a new issue